chore: app -> desktop

This commit is contained in:
Adam 2025-10-03 09:04:28 -05:00
parent 1d58b55482
commit 3fa280d218
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
1143 changed files with 50 additions and 50 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>
}