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.
1 parent f931a5b commit 6a3a2b3Copy full SHA for 6a3a2b3
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