diff --git a/src/search.ts b/src/search.ts index 557acbc..87cb36e 100644 --- a/src/search.ts +++ b/src/search.ts @@ -1,4 +1,4 @@ -import {dotNotation, JSONAttemptParse} from '@ztimson/utils'; +import {dotNotation, JSONAttemptParse} from './objects'; export function search(rows: any[], search: string, regex?: boolean, transform: Function = (r: any) => r) { if(!rows) return [];