Skip to content

Commit d2017e9

Browse files
committed
merging with master
1 parent bbc6f0b commit d2017e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reducers/componentReducer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ import {
5555
updateChildrenSort,
5656
toggleComponentState,
5757
toggleComponentClass
58-
} from '../utils/componentReducer.util.ts';
59-
import cloneDeep from '../utils/cloneDeep.ts';
58+
} from '../utils/componentReducer.util';
59+
import cloneDeep from '../utils/cloneDeep';
6060

6161
const appComponent: ComponentInt = {
6262
id: 1,

0 commit comments

Comments
 (0)