import { View } from "@tarojs/components"; export default function Component(){ return <View></View> }