Skip to content

Commit

Permalink
fix(core): import animations from core module
Browse files Browse the repository at this point in the history
  • Loading branch information
minlovehua committed Dec 5, 2023
1 parent db819aa commit 2f3a5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/popover/popover-container.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {

import { ThyPopoverConfig } from './popover.config';
import { popoverAbstractOverlayOptions } from './popover.options';
import { scaleMotion, scaleXMotion, scaleYMotion } from 'ngx-tethys/core/animation/zoom';
import { scaleMotion, scaleXMotion, scaleYMotion } from 'ngx-tethys/core';

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion src/select/custom-select/custom-select.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ import {
ThyDropdownWidthMode,
DEFAULT_SELECT_CONFIG
} from '../select.config';
import { scaleMotion, scaleXMotion, scaleYMotion } from 'ngx-tethys/core/animation/zoom';
import { scaleMotion, scaleXMotion, scaleYMotion } from 'ngx-tethys/core';

export type SelectMode = 'multiple' | '';

Expand Down

0 comments on commit 2f3a5dd

Please sign in to comment.