Skip to content

Commit f46698b

Browse files
committed
do not export component classes
1 parent 6c7aa3f commit f46698b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/datagrid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import {build} from './framework.js';
33
import * as components from '@activewidgets/datagrid/js';
44
import * as metadata from '@activewidgets/datagrid/metadata';
55

6-
export const {Datagrid, Row, Gridview, Scrollbars} = build(components, metadata);
6+
build(components, metadata);

0 commit comments

Comments
 (0)