Skip to content

Commit

Permalink
Update VideoCard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AJgthb2002 authored Jul 5, 2021
1 parent e19faa6 commit 7b1d9fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/components/Video/VideoCard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Imports
import React, { useEffect, useRef } from 'react';
import styled from 'styled-components';
//-----------------------------------------------------------------------


const VideoCard = (props) => {
const ref = useRef();
Expand All @@ -24,8 +23,6 @@ const VideoCard = (props) => {
);
};

//----------------------------------------------------------------------------
//Styled Components

const Video = styled.video``;

Expand Down

0 comments on commit 7b1d9fa

Please sign in to comment.