// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React from 'react';
// import styled from 'styled-components';
// import Tree, { TypeTree } from '../lib/Tree/Tree';
// import WarnIcon from '../lib/icons/warning.svg';
//
// const Wrap = styled.div`
// display: flex;
// flex-direction: column;
// gap: 100px;
// `;
//
// const treeData: TypeTree[] = [
// {
// title: 'Parent 1',
// key: '1-0',
// children: [
// {
// title: 'Parent 1-0',
// key: '1-0-0',
// children: [
// {
// title: 'leaf',
// key: '1-0-0-0'
// },
// {
// title: 'leaf',
// key: '1-0-0-1',
// children: [
// {
// title: 'leaf',
// key: '1-0-0-1-0'
// },
// {
// title: (
// <>
//
// 支持图标
// >
// ),
// key: '1-0-0-1-1',
// children: [
// {
// title: '商品价格',
// key: '1-0-0-0-1-0'
// },
// {
// title: '商品详情',
// key: '1-0-0-0-1-1'
// },
// {
// title: (
//
// 商品链接
//
// ),
// key: '1-0-0-1-1-2'
// }
// ]
// }
// ]
// }
// ]
// },
// {
// title: 'Parent 1-1',
// key: '0-0-1',
// children: [{ title: sss, key: '0-0-1-0' }]
// }
// ]
// },
// {
// title: 'Parent 2',
// key: '2-0',
// children: [
// {
// title: 'Parent 2-0',
// key: '2-0-0',
// children: [
// {
// title: 'leaf',
// key: '2-0-0-0'
// },
// {
// title: 'leaf',
// key: '0-0-0-1'
// }
// ]
// },
// {
// title: 'Parent 2-1',
// key: '2-0-1',
// children: [{ title: sss, key: '0-0-1-0' }]
// }
// ]
// }
// ];
//
// const Home: React.FC = () => {
// return (
//
//
//
// );
// };
//
// export default Home;