Skip to content

Commit

Permalink
Update ExplorePage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NicBG committed Feb 24, 2024
1 parent c64f666 commit 94faffd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lvlgg_frontend/src/Components/ExplorePage.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import React from 'react'
import '../App.css'
import {Button} from './Button'
import './ExplorePage.css'


function ExplorePage() {
return (
<div className='explore-container'>
<video src="/videos/video-6.mp4" autoPlay loop muted />

<video src="/videos/video-6.mp4" autoPlay loop muted />
</div>
)
}

export default ExplorePage
export default ExplorePage

0 comments on commit 94faffd

Please sign in to comment.