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

Commit 1f3ffcf

Browse files
author
Kamil Kisiela
committed
style(className): unnecessary long path of helpers
1 parent fc11c95 commit 1f3ffcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runs/class-name.js

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

33
export default (formlyConfigProvider) => {
44
// add only step attribute because min and max are both built-in

0 commit comments

Comments
 (0)