mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 13:43:59 -05:00
8 lines
92 B
TypeScript
8 lines
92 B
TypeScript
export default function PrimarySwitch(){
|
|
return (
|
|
<div>
|
|
Primary Switch
|
|
</div>
|
|
);
|
|
}
|