1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Remove prism file

This commit is contained in:
Kamran Ahmed
2023-01-13 15:48:26 +04:00
parent ec29e1836e
commit 6922fd826f

View File

@@ -2,7 +2,6 @@
import VideoHeader from '../../components/VideoHeader.astro';
import BaseLayout from '../../layouts/BaseLayout.astro';
import { getAllVideos, VideoFileType } from '../../lib/video';
import '../../styles/prism.css';
export interface Props {
video: VideoFileType;