Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 1f1ecbe

Browse files
author
Kamil Kisiela
committed
refactor(theme): unnecessary long path of helpers
1 parent da81af1 commit 1f1ecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runs/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
ngModelAttrsManipulator
33
}
4-
from './../helpers/index.js';
4+
from './../helpers';
55

66
export default (formlyConfigProvider) => {
77
formlyConfigProvider.templateManipulators.preWrapper.push((template, options) => {

0 commit comments

Comments
 (0)