first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import {render} from 'preact';
|
||||
import {App} from './app';
|
||||
import './style.css';
|
||||
|
||||
render(<App/>, document.getElementById('app')!);
|
||||
Reference in New Issue
Block a user