From 7b1d9fa8922d907ee13aa69f306b06cec28aa3cd Mon Sep 17 00:00:00 2001
From: Ananya Joshi <73184612+AJgthb2002@users.noreply.github.com>
Date: Mon, 5 Jul 2021 19:16:38 +0530
Subject: [PATCH] Update VideoCard.js
---
client/src/components/Video/VideoCard.js | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/client/src/components/Video/VideoCard.js b/client/src/components/Video/VideoCard.js
index 429b8f7..ff17289 100644
--- a/client/src/components/Video/VideoCard.js
+++ b/client/src/components/Video/VideoCard.js
@@ -1,7 +1,6 @@
-// Imports
import React, { useEffect, useRef } from 'react';
import styled from 'styled-components';
-//-----------------------------------------------------------------------
+
const VideoCard = (props) => {
const ref = useRef();
@@ -24,8 +23,6 @@ const VideoCard = (props) => {
);
};
-//----------------------------------------------------------------------------
-//Styled Components
const Video = styled.video``;