From 124e140381e5ef205a76baf626102050f145a90f Mon Sep 17 00:00:00 2001 From: kurt Date: Thu, 7 Nov 2024 15:32:22 +0800 Subject: [PATCH] update api env --- peerprep-fe/src/app/(main)/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/peerprep-fe/src/app/(main)/layout.tsx b/peerprep-fe/src/app/(main)/layout.tsx index 1780526e6d..5c3afb71b8 100644 --- a/peerprep-fe/src/app/(main)/layout.tsx +++ b/peerprep-fe/src/app/(main)/layout.tsx @@ -1,6 +1,7 @@ import React from 'react'; import Navbar from '@/components/navbar/Navbar'; +// main layout const MainLayout: React.FC<{ children: React.ReactNode }> = ({ children }) => { return ( <>