import { ListHoodProps } from "./types"; export default function SettingList(props: ListHoodProps) { return <>; }