Commit completed Torbat Pages admin frontend module, BFF proxy, routes, and validation artifacts for official platform deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
import { LoadingState } from "@/components/ds";
|
|
export default function Loading() {
|
|
return <LoadingState label="در حال بارگذاری تربت پیجز…" />;
|
|
}
|