This commit is contained in:
2026-02-04 22:48:54 -05:00
parent 39a4f88496
commit c26150221a
12 changed files with 321 additions and 97 deletions

View File

@@ -1,4 +1,5 @@
import { render } from "@opentui/solid"
import { App } from "./App"
import "./styles/theme.css"
render(() => <App />)