car-detection / frontend /src /main.tsx
socks22's picture
first
f3f6f5d
raw
history blame contribute delete
135 Bytes
import { render } from 'preact'
import './style.css'
import { App } from './app.tsx'
render(<App />, document.getElementById('app')!)