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 ( }> }> } /> } /> } /> } /> ); };