Skip to content

Commit

Permalink
Fix error on build
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimesque committed Nov 26, 2023
1 parent fed17d3 commit 4f14e62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/styleguide.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import initNavigation from "./pages/nav";
import initSponsorSections from "./pages/sponsors";
import initPresentations from "./pages/presentations";
import initVideos from "./pages/video";
import initToggleContainers from "./pages/toggle";

import initStyleguide from "./styleguide/index.js";

initNavigation();
initSponsorSections();
initPresentations();
initVideos();
initToggleContainers();
Expand Down

0 comments on commit 4f14e62

Please sign in to comment.