fix: lint
This commit is contained in:
parent
b0d2115f43
commit
8703d684c4
8 changed files with 19 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Loader from '@src/repl/components/Loader';
|
||||
import { HorizontalPanel, } from '@src/repl/components/panel/Panel';
|
||||
import { HorizontalPanel } from '@src/repl/components/panel/Panel';
|
||||
import { Code } from '@src/repl/components/Code';
|
||||
import BigPlayButton from '@src/repl/components/BigPlayButton';
|
||||
import UserFacingErrorMessage from '@src/repl/components/UserFacingErrorMessage';
|
||||
|
|
@ -20,7 +20,7 @@ export default function UdelsEditor(Props) {
|
|||
<Code containerRef={containerRef} editorRef={editorRef} init={init} />
|
||||
</div>
|
||||
<UserFacingErrorMessage error={error} />
|
||||
<HorizontalPanel context={context} />
|
||||
<HorizontalPanel context={context} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue