Skip to content

Commit

Permalink
Undo changes to page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LillianHo5 committed May 28, 2024
1 parent b7b7881 commit 584f9ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions admin-portal-frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ import React from "react";
import HorizontalNavBar from "./components/HorizontalNavbar";
import VerticalNavBar from "./components/VerticalNavBar";
import styles from "./pageStyles";
import AllPage from "./all-page/page";

const AnotherPage: React.FC = () => {
return (
<div>
{/* <div style={styles.verticalNavBar}>
<div style={styles.verticalNavBar}>
<VerticalNavBar />
</div>
<div style={styles.horizontalNavBar}>
<HorizontalNavBar />
</div> */}
<AllPage />
</div>
</div>
);
};
Expand Down

0 comments on commit 584f9ab

Please sign in to comment.