Skip to content

Commit

Permalink
also change in the preact template
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jun 29, 2023
1 parent e3784cb commit 09b32f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { render } from 'preact'
import { App } from './app.tsx'
import './index.css'

render(<App />, document.getElementById('app') as HTMLElement)
render(<App />, document.getElementById('app')!)

0 comments on commit 09b32f4

Please sign in to comment.