diff --git a/src/App.tsx b/src/App.tsx index 1100489..b73418d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,7 +13,6 @@ import Category from "./pages/Category"; // Components import Header from "./components/header/Header"; -import Videos from "./components/videos/Videos"; import Footer from "./components/footer/Footer"; const App = () => { @@ -25,7 +24,7 @@ const App = () => { } /> } /> - +