8 lines
208 B
TypeScript
8 lines
208 B
TypeScript
"use client";
|
|
|
|
import { LoadingState } from "@/components/ds";
|
|
|
|
export default function Loading() {
|
|
return <LoadingState label="در حال بارگذاری کانکتور حسابداری…" />;
|
|
}
|