long_full.tsx 106 B

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