import { useGlobalStore } from '@/store/global'; import './index.css'; import { isEmpty } from 'lodash-es'; import { Button } from '@/components'; function Home() { return ( <>
Hello World2
); } export default Home;