wip: css/ui and desktop work

This commit is contained in:
Adam 2025-10-16 14:53:44 -05:00
parent fc18fc8a08
commit 47d9e01765
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
52 changed files with 539 additions and 1641 deletions

View file

@ -1,5 +0,0 @@
import { type ParentProps } from "solid-js"
export default function Layout(props: ParentProps) {
return <main class="">{props.children}</main>
}