Skip to content

Commit 09b44ba

Browse files
committed
remove question tab on app
1 parent 6a3a2b3 commit 09b44ba

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)