From cfdecde769c060da5c015265fc4b66d480d730c4 Mon Sep 17 00:00:00 2001 From: rei Date: Fri, 20 Jan 2023 21:01:02 +0100 Subject: [PATCH] under construction --- layouts/MainLayout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/MainLayout.tsx b/layouts/MainLayout.tsx index 3c92e14..713eb22 100644 --- a/layouts/MainLayout.tsx +++ b/layouts/MainLayout.tsx @@ -5,6 +5,9 @@ export const MainLayout = ({ children }: PropsWithChildren) => { return (
+
+ Under construction 👷‍♂️ +
{children}
);