mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-04 17:47:36 +08:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import { ListHoodProps } from "./types";
|
|
|
|
export default function SettingList(props: ListHoodProps) {
|
|
return <></>;
|
|
}
|