Files

8 lines
92 B
TypeScript

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