File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
frontend/src/pages/AddQuestionPage Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React, { useState } from "react";
2
2
import { Button , Form } from "react-bootstrap" ;
3
3
import "bootstrap/dist/css/bootstrap.min.css" ;
4
4
import { useNavigate } from "react-router-dom" ;
5
- import { Question , initializeData , QuestionData } from "./QuestionData" ;
5
+ import { Question , initializeData } from "./QuestionData" ;
6
6
import "./AddQuestion.css" ;
7
7
import "../HomePage/HomePage.css" ;
8
8
// import '../App.css'
@@ -54,11 +54,6 @@ function Add() {
54
54
return (
55
55
< div className = "homepage" >
56
56
< div className = "background" />
57
-
58
- < div className = "navbar" >
59
- < div className = "title" > Peer Prep</ div >
60
- </ div >
61
-
62
57
< Form
63
58
className = "d-grid gap-2"
64
59
style = { { margin : "8rem auto" , width : "80%" , alignItems : "center" } }
You can’t perform that action at this time.
0 commit comments