Skip to content

Commit

Permalink
update api env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtyjlee committed Nov 7, 2024
1 parent 770acf8 commit 124e140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peerprep-fe/src/app/(main)/layout.tsx
Original file line number Diff line number Diff line change
@@ -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 (
<>
Expand Down

0 comments on commit 124e140

Please sign in to comment.