parent
8ad043d735
commit
f2cf8b6486
@ -0,0 +1,10 @@ |
||||
import {FC} from "react"; |
||||
import {View} from "@tarojs/components"; |
||||
|
||||
export const Single:FC = ()=>{ |
||||
return( |
||||
<View>1</View> |
||||
) |
||||
} |
||||
|
||||
export default Single |
Loading…
Reference in new issue