Skip to content

Commit

Permalink
Fix broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-drastrup committed Jan 25, 2023
1 parent bff4af4 commit b990ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { MockComponents } from 'ng-mocks';
import { DesignTokenHelper } from '@kirbydesign/core';

import { TestHelper } from '@kirbydesign/designsystem/testing';
import { ThemeColorDirective } from '../../../directives';
// import { TestHelper } from '../../../testing/test-helper';

import { ThemeColorDirective } from '@kirbydesign/designsystem/shared';
import { ModalFooterExperimentalComponent } from './footer.component';

const size = DesignTokenHelper.size;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
import { IonContent, IonModal } from '@ionic/angular';
import { OverlayEventDetail } from '@ionic/core/components';
import { KirbyAnimation } from '../../../animation/kirby-animation';
import { KirbyAnimation } from '@kirbydesign/designsystem/helpers';

@Component({
selector: 'kirby-fullscreen-modal-experimental',
Expand Down

0 comments on commit b990ce3

Please sign in to comment.