Corrected imports
This commit is contained in:
parent
6abc0052f4
commit
6e77866c4c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import { Suspense, type Component } from 'solid-js'
|
import type { Component } from 'solid-js/types/render/component.js'
|
||||||
|
import { Suspense } from 'solid-js/web'
|
||||||
|
|
||||||
const App: Component<{ children: Element }> = (props) => {
|
const App: Component<{ children: Element }> = (props) => {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue