import IProfile from "../../../../types/profile"; import SafetySetting from "../SafetySetting/SafetySetting"; import ThemeSetting from "../ThemeSetting/ThemeSetting"; import UserInfoSetting from "../UserInfoSetting/UserInfoSetting"; interface IProfileSettingProps { profile: IProfile; } const ProfileSetting = ({ profile }: IProfileSettingProps) => { return (