File tree 1 file changed +9
-6
lines changed
packages/host/app/components/operator-mode/code-submode
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ import GlimmerComponent from '@glimmer/component';
5
5
6
6
import { tracked } from ' @glimmer/tracking' ;
7
7
8
+ import AppsIcon from ' @cardstack/boxel-icons/apps' ;
9
+ import Brain from ' @cardstack/boxel-icons/brain' ;
10
+ import DotIcon from ' @cardstack/boxel-icons/dot' ;
11
+
12
+ import LayoutList from ' @cardstack/boxel-icons/layout-list' ;
13
+ import StackIcon from ' @cardstack/boxel-icons/stack' ;
14
+
8
15
import {
9
16
BoxelButton ,
10
17
Pill ,
@@ -26,19 +33,15 @@ import OperatorModeStateService from '@cardstack/host/services/operator-mode-sta
26
33
27
34
import RealmService from ' @cardstack/host/services/realm' ;
28
35
36
+ import type RealmServerService from ' @cardstack/host/services/realm-server' ;
37
+
29
38
import { type CardDef } from ' https://cardstack.com/base/card-api' ;
30
39
31
40
import { CatalogEntry } from ' https://cardstack.com/base/catalog-entry' ;
32
41
33
42
import { type FileType } from ' ../create-file-modal' ;
34
43
35
44
import type { WithBoundArgs } from ' @glint/template' ;
36
- import type RealmServerService from ' @cardstack/host/services/realm-server' ;
37
- import DotIcon from ' @cardstack/boxel-icons/dot' ;
38
- import StackIcon from ' @cardstack/boxel-icons/stack' ;
39
- import AppsIcon from ' @cardstack/boxel-icons/apps' ;
40
- import LayoutList from ' @cardstack/boxel-icons/layout-list' ;
41
- import Brain from ' @cardstack/boxel-icons/brain' ;
42
45
43
46
interface Signature {
44
47
Element: HTMLElement ;
You can’t perform that action at this time.
0 commit comments