File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import AlphaInput from './alpha-input.ts';
1818import ColorRow from ' ./color-row.gts' ;
1919import HexInput from ' ./hex-input.gts' ;
2020import RgbInput from ' ./rgb-input.gts' ;
21- import ' swach/components/color-row' ;
2221import type {
2322 PrivateRGBAHex ,
2423 PublicRGBAHex ,
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ import type { Store } from 'ember-orbit';
1212
1313import type { RecordOperationTerm } from ' @orbit/records' ;
1414
15- import ColorRow from ' ./color-row.ts' ;
16- import ' swach/components/color-row' ;
15+ import ColorRow from ' ./color-row.gts' ;
1716import type ColorModel from ' swach/data-models/color' ;
1817import type PaletteModel from ' swach/data-models/palette' ;
1918import type UndoManager from ' swach/services/undo-manager' ;
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { tracked } from '@glimmer/tracking';
99import type CognitoService from ' ember-cognito/services/cognito' ;
1010
1111import LoadingButton from ' ./loading-button.gts' ;
12- import ' swach/components/loading-button' ;
1312import type Session from ' swach/services/session' ;
1413
1514export default class ForgotPasswordComponent extends Component {
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import { debounce } from 'throttle-debounce';
2020import capitalize0 from ' ../helpers/capitalize.ts' ;
2121import EditSelectedColor from ' ./edit-selected-color.ts' ;
2222import KulerPaletteRow from ' ./kuler-palette-row.ts' ;
23- import ' swach/components/kuler-palette-row' ;
2423import type ColorModel from ' swach/data-models/color' ;
2524import type { ColorPOJO } from ' swach/services/color-utils' ;
2625import type ColorUtils from ' swach/services/color-utils' ;
You can’t perform that action at this time.
0 commit comments