9 lines
307 B
JavaScript
9 lines
307 B
JavaScript
// Don't forget to load bootstrap js in your project
|
|
// Here, we load it in our app.js
|
|
import bootstrapBundle from "bootstrap/dist/js/bootstrap.bundle"
|
|
window.bootstrap = bootstrapBundle
|
|
|
|
// We could import PerfectScrollbar directly in the sidebar module
|
|
import "./../static/js/components/sidebar"
|
|
|