Skip to content

Commit

Permalink
Created RecommendedVideos component
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan-Tunc committed Jul 29, 2020
1 parent 6e2608c commit 26001b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/RecommendedVideos.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react'
import './RecommendedVideos.css';

function RecommendedVideos() {
return (
<div className='recommendedVideos'>
<h1>This is where videos go</h1>
</div>
)
}

export default RecommendedVideos;

0 comments on commit 26001b5

Please sign in to comment.