diff --git a/src/App.tsx b/src/App.tsx
index 343d007..89101eb 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -14,6 +14,7 @@ import Header from './components/header/Header';
import Videos from './components/videos/Videos';
import Footer from './components/footer/Footer';
import News from './components/news/News';
+import NewsScroll from './components/global/NewsScroll';
const App = () => {
return (
@@ -23,7 +24,7 @@ const App = () => {
} />
-
+
);