Skip to content

Commit 2ac67e9

Browse files
committed
Rename folders. Rename vjfs-component to vfjs-field-mixin, rename vfjs-component-wrapper to vfjs-field-component
1 parent aeb700a commit 2ac67e9

File tree

9 files changed

+4
-2
lines changed

9 files changed

+4
-2
lines changed

src/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
import vfjsComponentMixin from './vfjs-component';
1+
import vfjsField from './vfjs-field-component';
2+
import vfjsFieldMixin from './vfjs-field-mixin';
23
import vfjsGlobalMixin from './vfjs-global';
34
import vfjsViewer from './vfjs-viewer';
45

56
export {
6-
vfjsComponentMixin,
7+
vfjsField,
8+
vfjsFieldMixin,
79
vfjsGlobalMixin,
810
vfjsViewer,
911
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)