Skip to content

Commit 73d4743

Browse files
committed
fix lint
1 parent cbd55a3 commit 73d4743

File tree

1 file changed

+1
-1
lines changed
  • packages/boxel-ui/addon/src/components/color-palette

1 file changed

+1
-1
lines changed

Diff for: packages/boxel-ui/addon/src/components/color-palette/index.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { on } from '@ember/modifier';
44
import { htmlSafe } from '@ember/template';
55
import Component from '@glimmer/component';
66

7-
import ColorPicker from '../color-picker/index.gts';
87
import IconTrash from '../../icons/icon-trash.gts';
8+
import ColorPicker from '../color-picker/index.gts';
99
import IconButton from '../icon-button/index.gts';
1010

1111
interface Signature {

0 commit comments

Comments
 (0)