Fixed root

This commit is contained in:
Patrick Alvin Alcala 2025-09-24 18:21:25 +08:00
parent 256d954def
commit 5a24becaa2

View file

@ -3,6 +3,6 @@ import { Router } from '@solidjs/router'
import routes from './src/routers/router' import routes from './src/routers/router'
const root = document.getElementById('root') const root = document.getElementById('root') as HTMLElement
render(() => <Router>{routes}</Router>, root!) render(() => <Router>{routes}</Router>, root)