ChatGPT-Next-Web/app/containers/Sidebar/SettingList.tsx

6 lines
120 B
TypeScript

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