Skip to content

Commit 57f3eba

Browse files
authored
Merge pull request #64 from EclipseTrading/feature/fix-modules-import
Fix "modules" import
2 parents f354080 + 466fb7f commit 57f3eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hypergrid/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var Localization = require('../lib/Localization');
2121
var Behavior = require('../behaviors/Behavior');
2222
var behaviorJSON = require('../behaviors/Local');
2323
var cellRenderers = require('../cellRenderers');
24-
var modules = require('./modules');
24+
import modules from './modules';
2525

2626
var EDGE_STYLES = ['top', 'bottom', 'left', 'right'],
2727
RECT_STYLES = EDGE_STYLES.concat(['width', 'height', 'position']);

0 commit comments

Comments
 (0)