Updated root layout.

This commit is contained in:
Mike Cao 2024-02-13 12:36:55 -08:00
parent 474113fe32
commit ee3f7cb618
5 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,3 @@
'use client';
import App from './App';
import NavBar from './NavBar';
import Page from 'components/layout/Page';