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

6 lines
186 B
JavaScript

import "./src/styles/custom.scss";
import "jquery/dist/jquery.min.js";
import "popper.js/dist/popper.min";
import "bootstrap/dist/js/bootstrap.min.js";
import "./src/styles/global.css";