Skip to content

Commit 121c019

Browse files
authored
Merge pull request #102 from CS3219-AY2324S1/fixforSPA
reAdd question Tab for SPA
2 parents f931a5b + 6a3a2b3 commit 121c019

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/pages/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export default function App() {
1515
<CenteredContainer>
1616
<Home />
1717
<QuestionsTable />
18+
<AddQuestionTab />
19+
<EditQuestionsTab />
1820
</CenteredContainer>
1921
</Box>
2022
);

0 commit comments

Comments
 (0)