+
{state.debug && {JSON.stringify(state, null, 2)}
}
{children}
-
+
>
)
}
\ No newline at end of file
diff --git a/components/loading-experiment.tsx b/components/loading-experiment.tsx
new file mode 100644
index 00000000..b048c37a
--- /dev/null
+++ b/components/loading-experiment.tsx
@@ -0,0 +1,19 @@
+import { Box, Card, CardContent, CircularProgress, Typography } from "@material-ui/core";
+import useStyles from "../styles/loading-experiment.style";
+import Layout from "./layout";
+
+export default function LoadingExperiment() {
+ const classes = useStyles()
+ return