File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { action } from '@ember/object';
44import type Router from ' @ember/routing/router-service' ;
55import { service } from ' @ember/service' ;
66import Component from ' @glimmer/component' ;
7+ import type { Transition } from ' ember-animated/-private/transition' ;
78import AnimatedIf from ' ember-animated/components/animated-if' ;
89import type MotionService from ' ember-animated/services/-ea-motion' ;
910import fade from ' ember-animated/transitions/fade' ;
@@ -18,7 +19,6 @@ import type ColorModel from 'swach/data-models/color';
1819import type PaletteModel from ' swach/data-models/palette' ;
1920import type ColorUtils from ' swach/services/color-utils' ;
2021import type UndoManager from ' swach/services/undo-manager' ;
21- import type { Transition } from ' ember-animated/-private/transition' ;
2222
2323interface KulerPaletteRowSignature {
2424 Args: {
You can’t perform that action at this time.
0 commit comments