remove unnecessary quotes on cell output
This commit is contained in:
@@ -3,7 +3,7 @@ import AppShell from "~/components/nav/AppShell";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<AppShell title="Experiment not found">
|
||||
<AppShell>
|
||||
<Center h="100vh">
|
||||
<div>Select an experiment from the sidebar to get started!</div>
|
||||
</Center>
|
||||
|
||||
Reference in New Issue
Block a user