home.tsx 106 B

12345
  1. import { View } from "@tarojs/components";
  2. export default function UserHome(){
  3. return <View></View>
  4. }