import Header from "@/src/components/layouts/header"; import React from "react"; export const SettingsDangerZone: React.FC<{ items: { title: string; description: string; button: React.ReactNode; }[]; }> = ({ items }) => { return (
{item.description}