balibabu
feat: Add SwitchForm #1739 (#1994)
99e5e05
raw
history blame
86 Bytes
const SwitchForm = () => {
return <div>Switch</div>;
};
export default SwitchForm;