Add ability to link to specific blocks as static paintings

This commit is contained in:
Joshua Seigler 2019-04-07 23:12:37 -04:00
parent c09369a7dc
commit 6bfef497a0
3 changed files with 90 additions and 37 deletions

View file

@ -1,5 +1,5 @@
import App from './App';
document.addEventListener('DOMContentLoaded', () => {
new App();
});
(new App()).init();
});