Corrected imports

This commit is contained in:
Patrick Alvin Alcala 2025-11-21 18:56:46 +08:00
parent 6abc0052f4
commit 6e77866c4c

View file

@ -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) => {
return (