Skip to content

Commit

Permalink
Fix broken import of ModalCloseRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Barbier committed Apr 7, 2021
1 parent 86aca02 commit a27179f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
AuthRequest,
AuthResponse,
ModalOpenRequest,
ModalCloseRequest,
ModalSize,
} from './models/index';

Expand All @@ -45,5 +46,6 @@ export {
AuthRequest,
AuthResponse,
ModalOpenRequest,
ModalCloseRequest,
ModalSize,
};
7 changes: 2 additions & 5 deletions src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ export { UiPermissions } from './permissions/ui-permissions.model';
export { GetItemResponse } from './cloud-storage/get-item-response.model';
export { SetItemRequest } from './cloud-storage/set-item-request.model';

export {
ModalSize,
ModalOpenRequest,
ModalCloseRequest,
} from './modal/modal-open-request.model';
export { ModalSize, ModalOpenRequest } from './modal/modal-open-request.model';
export { ModalCloseRequest } from './modal/modal-close-request.model';

export { SettingsResponse } from './settings/settings-response.model';

Expand Down

0 comments on commit a27179f

Please sign in to comment.