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

4 lines
49 B
TypeScript

export function Sd() {
return <div>sd</div>;
}