ChatGPT-Next-Web/app/components/sd-list.tsx
2024-06-27 16:06:15 +08:00

4 lines
58 B
TypeScript

export function SdList() {
return <div>sd-list</div>;
}