Skip to content

Commit

Permalink
fix import path of iterateFormatted on package's public export
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaif committed Dec 26, 2024
1 parent 753a2c3 commit 4488c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useAsyncIter, type IterationResult } from './useAsyncIter/index.js';
import { Iterate, type IterateProps } from './Iterate/index.js';
import { iterateFormatted, type FixedRefFormattedIterable } from './iterateFormatted//index.js';
import { iterateFormatted, type FixedRefFormattedIterable } from './iterateFormatted/index.js';
import { useAsyncIterState, type AsyncIterStateResult } from './useAsyncIterState/index.js';

export {
Expand Down

0 comments on commit 4488c26

Please sign in to comment.