basic homescreen
This commit is contained in:
12
src/pages/index.tsx
Normal file
12
src/pages/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Center } from "@chakra-ui/react";
|
||||
import AppShell from "~/components/nav/AppShell";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<AppShell title="Experiment not found">
|
||||
<Center h="100vh">
|
||||
<div>Select an experiment from the sidebar to get started!</div>
|
||||
</Center>
|
||||
</AppShell>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user