Added the Login page to the App.jsx
This commit is contained in:
parent
6fb26f9077
commit
3da96f090b
@ -1,9 +1,10 @@
|
||||
import "@styles/root.sass"
|
||||
import Login from "@/pages/Login";
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<div className="main">
|
||||
|
||||
<Login />
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user