Admin place started

This commit is contained in:
2021-10-21 20:40:43 -03:00
parent f4052791f9
commit 2a7b3841ec
7 changed files with 259 additions and 63 deletions

View File

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