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