/* global STREAM_KEY */ import 'bootstrap' import dashboard from './dashboard.js' if (window.location.pathname.startsWith('/dashboard')) dashboard()