forked from abner/for-legacy-web
Initial commit
This commit is contained in:
5
src/main.tsx
Normal file
5
src/main.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { render } from 'preact'
|
||||
import './styles/index.scss'
|
||||
import { App } from './app'
|
||||
|
||||
render(<App />, document.getElementById('app')!)
|
||||
Reference in New Issue
Block a user