From d065a07a42468d137a3764901cdd08d6a7e0fa60 Mon Sep 17 00:00:00 2001 From: ahmadgaz Date: Thu, 26 Sep 2024 17:36:52 -0700 Subject: [PATCH] switched layout with navbar to template --- app/(main)/{layout.tsx => template.tsx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/(main)/{layout.tsx => template.tsx} (59%) diff --git a/app/(main)/layout.tsx b/app/(main)/template.tsx similarity index 59% rename from app/(main)/layout.tsx rename to app/(main)/template.tsx index 81b4cdf..d1d6991 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/template.tsx @@ -1,6 +1,6 @@ import { Navbar } from '@/components/organisms'; -export default function Layout({ children }: { children: React.ReactNode }) { +export default function Template({ children }: { children: React.ReactNode }) { return ( <>