Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
style: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
PwFaze committed Jul 29, 2023
1 parent 7b318c7 commit 77069c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { IBM_Plex_Sans_Thai } from 'next/font/google';
import Script from 'next/script';
import Head from 'next/head';
import Footer from '@/components/Footer';
import Navbar from '@/components/PhaseTwoNavbar';
import Navbar from '@/components/Navbar';
import { ToastProvider } from '@/components/Toast';
import { AppContextProvider } from '@/context/ModalContext';

Expand Down
7 changes: 7 additions & 0 deletions src/pages/try.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import BaanSelection from '@/components/Profile/BaanSelection';

const Test = () => {
return <BaanSelection />;
};

export default Test;

0 comments on commit 77069c7

Please sign in to comment.