Refactor page components

This commit is contained in:
Kamran Ahmed
2021-09-05 17:26:54 +02:00
parent d5b091a5ed
commit f03472127c
11 changed files with 23 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ import { GlobalHeader } from '../../components/global-header';
import { OpensourceBanner } from '../../components/opensource-banner';
import { UpdatesBanner } from '../../components/updates-banner';
import { Footer } from '../../components/footer';
import { VideoGridItem } from './components/video-grid-item';
import { VideoGridItem } from '../../components/watch/video-grid-item';
import { PageHeader } from '../../components/page-header';
import { getAllVideos, VideoType } from '../../lib/video';
import Helmet from '../../components/helmet';