diff --git a/apps/design-land/src/app/toast/toast.component.html b/apps/design-land/src/app/toast/toast.component.html index 5fb9db8836..6cd9262e91 100644 --- a/apps/design-land/src/app/toast/toast.component.html +++ b/apps/design-land/src/app/toast/toast.component.html @@ -46,10 +46,10 @@

Configurations

- - - - + + + + diff --git a/libs/design/toast/src/service/toast.service.spec.ts b/libs/design/toast/src/service/toast.service.spec.ts index 5dd9d2e4af..b17dc0cde4 100644 --- a/libs/design/toast/src/service/toast.service.spec.ts +++ b/libs/design/toast/src/service/toast.service.spec.ts @@ -14,10 +14,10 @@ import { DaffPrefixSuffixModule, } from '@daffodil/design'; import { DaffButtonModule } from '@daffodil/design/button'; -import { DaffToast } from '@daffodil/design/toast'; import { DaffToastPositionService } from './position.service'; import { DaffToastService } from './toast.service'; +import { DaffToast } from '../interfaces/toast'; import { DaffToastTemplateComponent } from '../toast/toast-template.component'; import { DaffToastComponent } from '../toast/toast.component'; import { DaffToastActionsDirective } from '../toast-actions/toast-actions.directive'; diff --git a/libs/design/toast/src/toast/toast.component.spec.ts b/libs/design/toast/src/toast/toast.component.spec.ts index faab121a5b..5296a100b5 100644 --- a/libs/design/toast/src/toast/toast.component.spec.ts +++ b/libs/design/toast/src/toast/toast.component.spec.ts @@ -14,9 +14,9 @@ import { DaffStatus, DaffStatusEnum, } from '@daffodil/design'; -import { DaffToast } from '@daffodil/design/toast'; import { DaffToastComponent } from './toast.component'; +import { DaffToast } from '../interfaces/toast'; @Component ({ template: `
PropertyTypeDescriptionDefaultPropertyTypeDescriptionDefault