Files
MattrixwvReactComponents/lib/component/input/switch/Switch.tsx

8 lines
77 B
TypeScript

export default function Switch(){
return (
<div>
Switch
</div>
);
}