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