5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
import { LoadingState } from "@/components/ds";
|
|
export default function Loading() {
|
|
return <LoadingState label="در حال بارگذاری فضای کاری…" />;
|
|
}
|