Skip to content

Commit

Permalink
Stages page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
r800360 committed May 21, 2024
1 parent 9dc1843 commit e3215dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin-portal-frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from "react";
import HorizontalNavBar from "./components/HorizontalNavbar";
import VerticalNavBar from "./components/VerticalNavBar";
import styles from "./pageStyles";
import EmergencyFlow from "./pages/EmergencyFlow";

const AnotherPage: React.FC = () => {
return (
Expand All @@ -14,9 +13,6 @@ const AnotherPage: React.FC = () => {
<div style={styles.horizontalNavBar}>
<HorizontalNavBar />
</div>
<div style={styles.emergencyFlow}>
<EmergencyFlow />
</div>
</div>
);
};
Expand Down

0 comments on commit e3215dc

Please sign in to comment.