Skip to content

Commit

Permalink
switched to hash router so I can link to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jan 8, 2023
1 parent 88ebf6c commit a538b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import About from "./components/About/About";
import Projects from "./components/Projects/Projects";
import Footer from "./components/Footer";
import Resume from "./components/Resume/ResumeNew";
import {BrowserRouter as Router, Route, Routes} from "react-router-dom";
import {HashRouter as Router, Route, Routes} from "react-router-dom";
import ScrollToTop from "./components/ScrollToTop";
import "./style.css";
import "./App.css";
Expand Down

0 comments on commit a538b4f

Please sign in to comment.