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

8 lines
86 B
TypeScript

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