Скачал файлы из Figma MakeIt и проверил работу

This commit is contained in:
2026-05-19 14:58:58 +03:00
parent 57064c3e43
commit 9a009b1c48
82 changed files with 13604 additions and 1 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} />;
}