Update memory-game/app/page.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/1500/head
prathoseraaj V 11 months ago committed by GitHub
parent 6f6d683838
commit 193925f9fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,7 @@ import React from 'react'
const page = () => { const page = () => {
return ( return (
<div> <div>
<MemoryGame/> <MemoryGame />
</div> </div>
) )
} }

Loading…
Cancel
Save