Skip to content

Commit

Permalink
fix: Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed Nov 3, 2024
1 parent de5265c commit 67ea6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat/array/forEach.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { identity } from '../../function/identity';
import { range } from '../../math/range';
import { identity } from '../_internal/identity';
import { isArrayLike } from '../predicate/isArrayLike';

/**
Expand Down

0 comments on commit 67ea6bf

Please sign in to comment.