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

8 lines
88 B
TypeScript

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