Skip to content

Commit b976da9

Browse files
committed
Fix circular dependency
1 parent db40749 commit b976da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/validators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* tslint:disable:ban-types */
22

3-
import { values as objectValues } from 'src/utils';
3+
import { values as objectValues } from 'src/utils/objects';
44

55
export const backtick = (val: any) => `\`${val}\``;
66
export const singleQuote = (val: any) => `'${val}'`;

0 commit comments

Comments
 (0)