import { Settings } from "lucide-react"; export default function SettingsLoading() { return (
{[...Array(3)].map((_, i) => (
))}
); }