mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { render } from 'preact'
|
|
import { App } from './app.tsx'
|
|
import './index.css'
|
|
|
|
render(<App />, document.getElementById('app')!)
|