Skip to content

Commit

Permalink
Merge pull request #14 from Saksham-Chauhan/main
Browse files Browse the repository at this point in the history
browserrouter with hashrouter
  • Loading branch information
1stdevfriend committed Dec 13, 2023
2 parents ff23535 + c9c79bd commit d27cff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect } from "react";
import "bootstrap/dist/css/bootstrap.min.css";
import { BrowserRouter as Router, useLocation } from "react-router-dom";
import { HashRouter as Router, useLocation } from "react-router-dom";
import withRouter from "../hooks/withRouter";
import AppRoutes from "./routes";
import Headermain from "../header";
Expand Down
Empty file removed testr.json
Empty file.

0 comments on commit d27cff4

Please sign in to comment.