mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
Add ability to link to specific blocks as static paintings
This commit is contained in:
parent
c09369a7dc
commit
6bfef497a0
3 changed files with 90 additions and 37 deletions
|
@ -1,5 +1,5 @@
|
|||
import App from './App';
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
new App();
|
||||
});
|
||||
(new App()).init();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue