From 8c1fe5461af45429bf9b830b58343f636c915aa5 Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:13:20 +0000 Subject: [PATCH] try catch in workflow and remove empties --- app/components/navbar.tsx | 1 - app/layout.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/app/components/navbar.tsx b/app/components/navbar.tsx index e53ab45..425c78a 100644 --- a/app/components/navbar.tsx +++ b/app/components/navbar.tsx @@ -1,7 +1,6 @@ import Link from "next/link"; export default function NavBar() { - const newEmpties = ""; return (
diff --git a/app/layout.tsx b/app/layout.tsx index e0774c0..2e901c2 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,7 +8,6 @@ export const metadata = { title: "Create Next App", description: "Generated by create next app", }; -let fatEmpty = ""; export default function RootLayout({ children, }: {