diff --git a/src/js/main.js b/src/js/main.js new file mode 100644 index 0000000..1f67a75 --- /dev/null +++ b/src/js/main.js @@ -0,0 +1,7 @@ +// Import our custom CSS +import "../scss/main.scss" + +// Import only the Bootstrap components we need +import { Popover } from "bootstrap"; + +// Create an example popover