Skip to content

Commit cb24bed

Browse files
author
Jonatan Salas
committed
Min diff
1 parent cb02cbd commit cb24bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import BootstrapFactory from './factory/BootstrapFactory';
22
import TypeConfig from './factory/constants/TypeConstants'
33

4-
export const EditComponentFactory = new BootstrapFactory(TypeConfig.edit)
4+
export const EditComponentFactory = new BootstrapFactory(TypeConfig.edit);
55
export const DetailsComponentFactory = new BootstrapFactory(TypeConfig.details);

0 commit comments

Comments
 (0)