color-q/src/page-components/scheme/SwatchScheme.tsx
2025-01-24 15:09:25 +08:00

4 lines
70 B
TypeScript

export function SwatchScheme() {
return <div>Swatch Scheme</div>;
}