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

4 lines
49 B
TypeScript

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