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 cb02cbd commit cb24bedCopy full SHA for cb24bed
src/index.js
@@ -1,5 +1,5 @@
1
import BootstrapFactory from './factory/BootstrapFactory';
2
import TypeConfig from './factory/constants/TypeConstants'
3
4
-export const EditComponentFactory = new BootstrapFactory(TypeConfig.edit)
+export const EditComponentFactory = new BootstrapFactory(TypeConfig.edit);
5
export const DetailsComponentFactory = new BootstrapFactory(TypeConfig.details);
0 commit comments