feat: add more page

This commit is contained in:
ReaJason
2025-06-26 18:51:54 +08:00
parent 7144d1a6d3
commit 2f5dd308c6
60 changed files with 2403 additions and 284 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import ReactDOM from "react-dom/client";
import "./index.css";
import { TailwindIndicator } from "@/components/tailwind-indicator.tsx";
import { env } from "@/config.ts";
import { I18nextProvider } from "react-i18next";
import { RouterProvider } from "react-router-dom";
import { TailwindIndicator } from "@/components/tailwind-indicator.tsx";
import { env } from "@/config.ts";
import i18n from "./i18n/i18n";
import { QueryProvider } from "./providers/query-client-provider";
import { router } from "./router";