From dfbb0405428766c425bfa1de8316eb8288e21a5f Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Wed, 18 Oct 2023 22:19:10 +0100 Subject: [PATCH] Solved a weird bug --- src/app/layout.tsx | 2 -- src/middleware.ts | 54 ---------------------------------------------- 2 files changed, 56 deletions(-) delete mode 100644 src/middleware.ts diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5dcd2b8..dc05897 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,8 +16,6 @@ export default function RootLayout({children}: {children: React.ReactNode}) { - -