Display Component
The Display component will be the dashboard for viewing all the uploaded videos on your app.
Step 1
Create a Display.js file in the components
folder.
Step 2
Add code to the Display.js file so that it looks like this:
Last updated