mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
Convert to object oriented ES6 syntax
This commit is contained in:
parent
4906aeb0b5
commit
c09369a7dc
5 changed files with 175 additions and 179 deletions
5
app/main.js
Normal file
5
app/main.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import App from './App';
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
new App();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue