Update memory-game/app/page.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/1500/head
prathoseraaj V 2 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 = () => {
return (
<div>
<MemoryGame/>
<MemoryGame />
</div>
)
}

Loading…
Cancel
Save