diff --git a/app/public-area/components/base-layout.tsx b/app/public-area/components/base-layout.tsx new file mode 100644 index 0000000..b62fe15 --- /dev/null +++ b/app/public-area/components/base-layout.tsx @@ -0,0 +1,29 @@ +import type { FunctionComponent } from "react"; +import { Head } from "blitz"; + +import Header from "./header"; + +const BaseLayout: FunctionComponent = ({ children }) => ( + <> +
+- {feature.name} -
-{feature.name}
+