mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-01 10:31:59 +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');
|
||
|
|
|