hilingriviw/src/main.tsx

6 lines
135 B
TypeScript
Raw Normal View History

2023-08-28 16:55:35 +07:00
import { render } from 'preact'
import { App } from './app.tsx'
import './index.css'
render(<App />, document.getElementById('app')!)