mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
chore: app -> desktop
This commit is contained in:
parent
1d58b55482
commit
3fa280d218
1143 changed files with 50 additions and 50 deletions
5
packages/desktop/src/pages/layout.tsx
Normal file
5
packages/desktop/src/pages/layout.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { type ParentProps } from "solid-js"
|
||||
|
||||
export default function Layout(props: ParentProps) {
|
||||
return <main class="">{props.children}</main>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue