diff --git a/client/src/App.jsx b/client/src/App.jsx
index a34077d..044c84b 100644
--- a/client/src/App.jsx
+++ b/client/src/App.jsx
@@ -1,7 +1,6 @@
import Sidebar from "@/common/components/Sidebar";
import "@/common/styles/fonts.sass";
import "@/common/styles/main.sass";
-import {BrowserRouter} from "react-router-dom";
import Header from "@/common/components/Header";
import Content from "@/common/components/Content";
import {useEffect, useState} from "react";
@@ -19,15 +18,13 @@ const App = () => {
return (
<>
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
>
)
}