edit login
This commit is contained in:
+8
-3
@@ -1,8 +1,13 @@
|
||||
import React from 'react'
|
||||
import { type FC } from 'react'
|
||||
import { Routes, Route } from 'react-router-dom'
|
||||
import { Pages } from '../config/Pages'
|
||||
import Login from '../pages/auth/Login'
|
||||
|
||||
const Auth = () => {
|
||||
const Auth: FC = () => {
|
||||
return (
|
||||
<div>Auth</div>
|
||||
<Routes>sa
|
||||
<Route path={Pages.auth.login} element={<Login />} />
|
||||
</Routes>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user