We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab93d6 commit 5129e12Copy full SHA for 5129e12
1 file changed
client/modules/IDE/components/Editor/stateUtils.js
@@ -54,7 +54,7 @@ import { CSSLint } from 'csslint';
54
import { emmetConfig } from '@emmetio/codemirror6-plugin';
55
56
import p5JavaScript from './p5JavaScript';
57
-import tidyCodeWithPrettier from './tidier';
+import { tidyCodeWithPrettier } from './tidier';
58
import { highlightStyle } from './highlightStyle';
59
import { errorDecorationStateField } from './consoleErrorDecoration';
60
0 commit comments