Task: Add auth context and provider and add routes and route wrapper and more configs and utils

This commit is contained in:
2021-06-12 19:22:48 +07:00
parent 26451a4291
commit 85c81f5e2a
16 changed files with 289 additions and 50 deletions

View File

@@ -2,8 +2,8 @@ import './index.less'
export default function Home() {
return (
<div className="home-title">
<h1>Home</h1>
<div>
<h1 className="home-title">Home</h1>
</div>
)
}