We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f931a5b + 6a3a2b3 commit 121c019Copy full SHA for 121c019
frontend/src/pages/App.tsx
@@ -15,6 +15,8 @@ export default function App() {
15
<CenteredContainer>
16
<Home />
17
<QuestionsTable />
18
+ <AddQuestionTab />
19
+ <EditQuestionsTab />
20
</CenteredContainer>
21
</Box>
22
);
0 commit comments