File size: 86 Bytes
99e5e05
 
 
 
 
1
2
3
4
5
6
const SwitchForm = () => {
  return <div>Switch</div>;
};

export default SwitchForm;