Skip to content

Commit 2065ec3

Browse files
authored
Merge pull request #103 from CS3219-AY2324S1/fixforSPA
remove question tab on app
2 parents 121c019 + 09b44ba commit 2065ec3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/src/pages/App.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import Home from "../components/Home";
44
import "./App.css";
55
import CenteredContainer from "../components/CenteredContainer";
66
import QuestionsTable from "../components/Questions/QuestionsTable";
7-
import AddQuestionTab from "../components/Questions/AddQuestionTab";
8-
import EditQuestionsTab from "../components/Questions/EditQuestionsTab";
97

108
export default function App() {
119
return (
@@ -15,8 +13,6 @@ export default function App() {
1513
<CenteredContainer>
1614
<Home />
1715
<QuestionsTable />
18-
<AddQuestionTab />
19-
<EditQuestionsTab />
2016
</CenteredContainer>
2117
</Box>
2218
);

0 commit comments

Comments
 (0)