mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 12:04:00 +00:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
![]() |
// imports
|
||
|
|
||
|
// export jquery for others scripts to use
|
||
|
window.$ = window.jQuery = require('jquery');
|
||
|
|
||
|
// admin stuff
|
||
|
require('bootstrap');
|
||
|
|