Skip to content

Commit a260263

Browse files
Try to fix some imports
1 parent e4401a9 commit a260263

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

app/components/color-picker.gts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import AlphaInput from './alpha-input.ts';
1818
import ColorRow from './color-row.gts';
1919
import HexInput from './hex-input.gts';
2020
import RgbInput from './rgb-input.gts';
21-
import 'swach/components/color-row';
2221
import type {
2322
PrivateRGBAHex,
2423
PublicRGBAHex,

app/components/colors-list.gts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import type { Store } from 'ember-orbit';
1212

1313
import 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';
1716
import type ColorModel from 'swach/data-models/color';
1817
import type PaletteModel from 'swach/data-models/palette';
1918
import type UndoManager from 'swach/services/undo-manager';

app/components/forgot-password.gts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { tracked } from '@glimmer/tracking';
99
import type CognitoService from 'ember-cognito/services/cognito';
1010

1111
import LoadingButton from './loading-button.gts';
12-
import 'swach/components/loading-button';
1312
import type Session from 'swach/services/session';
1413

1514
export default class ForgotPasswordComponent extends Component {

app/components/kuler.gts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { debounce } from 'throttle-debounce';
2020
import capitalize0 from '../helpers/capitalize.ts';
2121
import EditSelectedColor from './edit-selected-color.ts';
2222
import KulerPaletteRow from './kuler-palette-row.ts';
23-
import 'swach/components/kuler-palette-row';
2423
import type ColorModel from 'swach/data-models/color';
2524
import type { ColorPOJO } from 'swach/services/color-utils';
2625
import type ColorUtils from 'swach/services/color-utils';

0 commit comments

Comments
 (0)