// eslint-disable-next-line @typescript-eslint/no-unused-vars import React from 'react'; // import styled from 'styled-components'; // import Switch from '../lib/Switch/Switch'; // // const Wrap = styled.div` // display: flex; // flex-direction: column; // gap: 20px; // position: relative; // width: 350px; // `; // // const Home: React.FC = () => { // const onChange = (checked: boolean) => { // console.log(checked); // }; // return ( // // // // // // ); // }; // // export default Home;