Skip to content

Commit

Permalink
try catch in workflow and remove empties
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Mar 25, 2024
1 parent 5a4235d commit 8c1fe54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/components/navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Link from "next/link";

export default function NavBar() {
const newEmpties = "";
return (
<div className="flex items-center p-4 justify-center text-center gap-14 ">
<Link className="text-2xl font-bold" href="/">
Expand Down
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const metadata = {
title: "Create Next App",
description: "Generated by create next app",
};
let fatEmpty = "";
export default function RootLayout({
children,
}: {
Expand Down

0 comments on commit 8c1fe54

Please sign in to comment.