Skip to content

Commit 383b9ff

Browse files
Fix svelte type
1 parent 00cbd9f commit 383b9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/svelte/simple/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import './app.css'
22
import App from './App.svelte'
33

44
const app = new App({
5-
target: document.getElementById('app'),
5+
target: document.getElementById('app')!,
66
})
77

88
export default app

0 commit comments

Comments
 (0)