Реализованы задачи бэклога 1-5 (1я не до конца)

This commit is contained in:
mi
2026-07-21 12:50:46 +03:00
parent 3b71caf7b3
commit 0d7f7a819f
105 changed files with 7185 additions and 38 deletions
+6
View File
@@ -0,0 +1,6 @@
import { RouterProvider } from 'react-router';
import { router } from './routes';
export default function App() {
return <RouterProvider router={router} />;
}