Код: Выделить всё
function App() {
const router = createMemoryRouter(routes)
return (
)
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... act-router
Код: Выделить всё
function App() {
const router = createMemoryRouter(routes)
return (
)
}