forked from zhouruizhe/gmTouringMiniApp
Add check-in feature and update travel planner UI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export { checkInAtPoi, getCheckInProfile } from './service'
|
||||
export {
|
||||
CHECK_IN_STORAGE_KEY,
|
||||
CheckInStorageError,
|
||||
clearCheckInProfile,
|
||||
loadCheckInProfile,
|
||||
saveCheckInProfile,
|
||||
} from './storage'
|
||||
Reference in New Issue
Block a user