import { View } from "@tarojs/components"; import './Box.scss' export default function Component(props: { child: any }) { return {props.child} ; }