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

8 lines
96 B
TypeScript

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