Skip to content

Commit

Permalink
Merge pull request #153 from CS3219-AY2425S1/fix/update-api-env
Browse files Browse the repository at this point in the history
update api env
  • Loading branch information
lsyurea authored Nov 7, 2024
2 parents 770acf8 + 124e140 commit a0e1f25
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 a0e1f25

Please sign in to comment.