Imported new component
This commit is contained in:
parent
f440ac09f1
commit
687a408205
|
|
@ -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 = () => {
|
|||
<Route path="/" element={<Main />} />
|
||||
</Routes>
|
||||
<Videos />
|
||||
<News />
|
||||
<NewsScroll />
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue