This repository has been archived on 2024-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
icytv/src/index.js

7 lines
151 B
JavaScript
Raw Permalink Normal View History

/* global STREAM_KEY */
2018-08-06 13:16:24 +00:00
import 'bootstrap'
import dashboard from './dashboard.js'
if (window.location.pathname.startsWith('/dashboard')) dashboard()