Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
import { PageLoading } from '@/components/feedback/LoadingState'
|
|
|
|
export default function DashboardLoading() {
|
|
return <PageLoading label="در حال آمادهسازی پنل مدیریت" />
|
|
}
|