巴林闲侠
2 years ago
3 changed files with 81 additions and 21 deletions
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@ |
|||||
'use strict'; |
'use strict'; |
||||
import { AuthorizationCode } from './authCode'; |
import { AuthorizationCode } from './authCode'; |
||||
import { ApiTable, RouteTable } from './webapi' |
import { ApiTable, RouteTable, } from './webapi' |
||||
import Func from './func'; |
import Func from './func'; |
||||
|
|
||||
export { |
export { |
||||
AuthorizationCode, |
AuthorizationCode, |
||||
Func, |
Func, |
||||
ApiTable, RouteTable |
ApiTable, RouteTable, |
||||
} |
} |
Loading…
Reference in new issue