Skip to main content
SettingsSkeleton component

Usage

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

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