ignore: cloud
This commit is contained in:
10
cloud/app/src/routes/workspace.tsx
Normal file
10
cloud/app/src/routes/workspace.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { RouteSectionProps } from "@solidjs/router";
|
||||
|
||||
export default function WorkspaceLayout(props: RouteSectionProps) {
|
||||
return (
|
||||
<div>
|
||||
<h1>Workspace</h1>
|
||||
{props.children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user