test
This commit is contained in:
@@ -2,6 +2,7 @@ import { Navigate, Route, Routes } from 'react-router-dom';
|
||||
import { List } from './edit/List';
|
||||
import { Main } from './layouts';
|
||||
import { Login } from './login/Login';
|
||||
import { Login as WxLogin } from './wx/Login';
|
||||
import { Profile } from './edit/Profile';
|
||||
export const App = () => {
|
||||
return (
|
||||
@@ -12,6 +13,7 @@ export const App = () => {
|
||||
<Route path='profile' element={<Profile />} />
|
||||
</Route>
|
||||
<Route path='login' element={<Login />} />
|
||||
<Route path='wx/login' element={<WxLogin />} />
|
||||
</Routes>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user