Skip to content

Commit

Permalink
Create main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Aug 25, 2024
1 parent 2b6216b commit e067810
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/js/main.js
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e067810

Please sign in to comment.