Skip to main content
DashboardSkeleton component

Usage

import { DashboardSkeleton } from '@/components/DashboardSkeleton';

export default function Example() {
  return (
    <DashboardSkeleton  />
  );
}