diff --git a/src/App.tsx b/src/App.tsx index eee9e81..8318701 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,6 +8,12 @@ import Projects from "./components/projects/Projects"; import Hobbies from "./components/hobbies/Hobbies"; import Contact from "./components/contact/Contact"; import Terminal from "./components/terminal/Terminal"; +import { + BrowserRouter as Router, + Switch, + Route, + Link + } from "react-router-dom"; function App() { @@ -15,20 +21,24 @@ function App() { const [isTerminalVisible, setIsTerminalVisible] = useState(showTerm); return ( -