diff --git a/src/App.js b/src/App.js
index 30f8742..08f3c92 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,4 +1,5 @@
import React from "react";
+import { BrowserRouter as Router, Switch, Route } from "react-router-dom";
// Import file
import Header from "./Header/Header";
@@ -8,10 +9,16 @@ import "./App.css";
function App() {
return (
-
+
+
+
);
}