mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-03 22:06:54 +08:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import { ListHoodProps } from "./types";
|
|
|
|
export default function SettingList(props: ListHoodProps) {
|
|
return <></>;
|
|
}
|