1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-20 16:08:14 +03:00
nickel/website/gatsby-browser.js

6 lines
186 B
JavaScript
Raw Normal View History

2021-06-29 12:24:35 +03:00
import "./src/styles/custom.scss";
import "jquery/dist/jquery.min.js";
import "popper.js/dist/popper.min";
2021-06-29 12:24:35 +03:00
import "bootstrap/dist/js/bootstrap.min.js";
import "./src/styles/global.css";