feat: 打卡记录

This commit is contained in:
eric
2022-11-22 22:22:18 +08:00
parent aedd6eb1ca
commit 8aa6530880
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { View } from "@tarojs/components";
import react, { useEffect, useState } from "react";
import "./index.scss";
const CheckinDetail = () => {
return <View>CheckinDetail</View>;
};
export default CheckinDetail;