Skip to content

Commit c122077

Browse files
committed
Fix utils import
1 parent 57efe94 commit c122077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/src/studio/blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
/* global Studio */
99

1010
import _ from 'lodash';
11+
import * as utils from '../utils';
1112
import codegen from '../codegen';
1213
import commonMsg from '@cdo/locale';
1314
import msg from './locale';
1415
import paramLists from './paramLists';
1516
import sharedFunctionalBlocks from '../sharedFunctionalBlocks';
16-
import utils from '../utils';
1717
import { singleton as studioApp } from '../StudioApp';
1818
import {
1919
CardinalDirections,

0 commit comments

Comments
 (0)