2023-01-11 11:19:14 +08:00

9 lines
164 B
TypeScript

import Main from './components/main'
import ContextShop from '@/context/ContextShop'
export default () => {
return <ContextShop>
<Main />
</ContextShop>
}