ChatGPT-Next-Web/app/components/sd-list.tsx

4 lines
58 B
TypeScript

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