File tree 2 files changed +7
-7
lines changed
app/components/limber/layout
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,7 @@ export const Layout: TOC<{
69
69
class =" {{if horizontallySplit ' flex-col' ' flex-row' }} flex overflow-hidden"
70
70
>
71
71
72
- <EditorContainer
73
- @ splitHorizontally ={{horizontallySplit }}
74
- {{setupState send }}
75
- >
72
+ <EditorContainer @ splitHorizontally ={{horizontallySplit }} {{setupState send }} >
76
73
<Save />
77
74
<Controls
78
75
@ isMinimized ={{state.matches " hasContainer.minimized" }}
Original file line number Diff line number Diff line change @@ -8,14 +8,17 @@ import Route from 'ember-route-template';
8
8
import { DemoSelect } from ' limber/components/limber/demo-select' ;
9
9
import { Output } from ' limber/components/limber/output' ;
10
10
import { ALL , getFromLabel } from ' limber/snippets' ;
11
- import type { MessagingAPI , ParentMethods } from ' limber/components/limber/output/frame-messaging.gts' ;
12
11
import { fileFromParams , type Format } from ' limber/utils/messaging' ;
13
- import type { AsyncMethodReturns } from ' penpal' ;
14
-
15
12
16
13
import { getService } from ' ../helpers' ;
17
14
import { Page } from ' ./-page' ;
18
15
16
+ import type {
17
+ MessagingAPI ,
18
+ ParentMethods ,
19
+ } from ' limber/components/limber/output/frame-messaging.gts' ;
20
+ import type { AsyncMethodReturns } from ' penpal' ;
21
+
19
22
module (' Output > Demos' , function (hooks ) {
20
23
setupApplicationTest (hooks );
21
24
You can’t perform that action at this time.
0 commit comments