feat: improve components structure

This commit is contained in:
Dogtiti
2024-07-22 16:02:45 +08:00
parent 115f357a07
commit 038e6df8f0
50 changed files with 1294 additions and 259 deletions

View File

@@ -1,5 +1,5 @@
import { useEffect, useState } from "react";
import { showToast } from "./components/ui-lib";
import { showToast } from "@/app/components/ui-lib";
import Locale from "./locales";
import { RequestMessage } from "./client/api";