forked from zhouruizhe/gmTouringMiniApp
9 lines
202 B
TypeScript
9 lines
202 B
TypeScript
export { checkInAtPoi, getCheckInProfile } from './service'
|
|
export {
|
|
CHECK_IN_STORAGE_KEY,
|
|
CheckInStorageError,
|
|
clearCheckInProfile,
|
|
loadCheckInProfile,
|
|
saveCheckInProfile,
|
|
} from './storage'
|