1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-06 10:13:27 +00:00

Initial app setup

This commit is contained in:
Mizanali Panjwani
2021-02-12 01:31:04 +05:30
parent 6427157c9a
commit 0726342e15
13 changed files with 181 additions and 94 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react'
const Homepage = () => {
return (
<div>
<h1>Homepage</h1>
</div>
)
}
export default Homepage