Skip to content

Commit

Permalink
reverted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sooraj002 committed May 18, 2024
1 parent 6c8ff12 commit 7e3709f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Fragment, useEffect, useState } from "react";
import {
// BrowserRouter as Router,
BrowserRouter as Router,
Switch,
Route,
Redirect,
Expand Down
1 change: 0 additions & 1 deletion frontend/src/pages/Q&A/Q&A.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ function Ques(props) {
color: "#69a9dd",
fontSize: "25px",
textAlign: "center",
// paddingLeft: "1.5rem",
}}
>
Tags
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from "react";
// import { NavLink, useHistory } from "react-router-dom";
import { NavLink, useHistory } from "react-router-dom";
import Joi from "joi-browser";
import { Button2 } from "../../../../components/util/Button/index";
import style from "./resource-sharing-form.module.scss";
Expand Down

0 comments on commit 7e3709f

Please sign in to comment.