Skip to content

Commit

Permalink
Fix Import Path
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Nov 17, 2024
1 parent 56b760c commit b3f95ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/type/pick/pick.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import { TransformKind } from '../symbols/symbols'
// Guards
// ------------------------------------------------------------------
import { IsMappedKey, IsMappedResult, IsIntersect, IsUnion, IsObject, IsSchema, IsLiteralValue, IsRef } from '../guard/kind'
import { IsArray as IsArrayValue } from 'src/value/guard'
import { IsArray as IsArrayValue } from '../guard/value'

// ------------------------------------------------------------------
// Infrastructure
Expand Down
2 changes: 1 addition & 1 deletion src/value/clean/clean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { Kind } from '../../type/symbols/index'

import type { TSchema } from '../../type/schema/index'
import type { TArray } from '../../type/array/index'
import type { TImport } from 'src/type/module/index'
import type { TImport } from '../../type/module/index'
import type { TIntersect } from '../../type/intersect/index'
import type { TObject } from '../../type/object/index'
import type { TRecord } from '../../type/record/index'
Expand Down

0 comments on commit b3f95ef

Please sign in to comment.