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 (