inital commit
This commit is contained in:
commit
85fa9aff4a
119 changed files with 3292 additions and 0 deletions
6
src/routes/(shell).tsx
Normal file
6
src/routes/(shell).tsx
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
import { Shell } from "~/features/shell";
|
||||
|
||||
export default function ShellPage(props) {
|
||||
return <Shell>{props.children}</Shell>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue