// eslint-disable-next-line @typescript-eslint/no-unused-vars import React, { useEffect, useState } from 'react'; // import styled from 'styled-components'; // import Segmented from '../lib/Segmented/Segmented'; // // const Wrap = styled.div` // display: flex; // flex-direction: column; // gap: 50px; // align-items: start; // `; // // // 组件使用 // const Home: React.FC = () => { // const [value, setValue] = useState('Daily'); // const [value2, setValue2] = useState('Monthly'); // useEffect(() => { // console.log(value); // }, [value]); // return ( // // // // // ); // }; // // export default Home;