Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Nov 10, 2023
1 parent 81c9b53 commit 210ba16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion miniprogram/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import { DEFAULT } from '@constant/user'
import logger from '@utils/logger'
import type { GlobalData } from './types/app'
import type { LoginResponse, UpdateResult, User } from './types/user'
import type { AppOnUnhandledRejection, WxGetUpdateManagerOnCheckForUpdateResult } from './types/wechat'
import type {
AppOnUnhandledRejection,
WxGetUpdateManagerOnCheckForUpdateResult
} from './types/wechat'

App<GlobalData>({
globalData: {
Expand Down

0 comments on commit 210ba16

Please sign in to comment.