ipv4.army/src/main.tsx
wont-stream bd4bb12239 linting
2025-04-10 19:21:53 -04:00

6 lines
213 B
TypeScript

import { render } from 'preact'
import './index.css'
import 'halfmoon/css/halfmoon.min.css';
import App from './components/app.tsx'
render(<App />, document.getElementById('app') as HTMLElement || document.body)