Skip to content

Commit f3481e6

Browse files
authored
refactor: fix import path of iterateFormatted on package's public export (#17)
1 parent 753a2c3 commit f3481e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useAsyncIter, type IterationResult } from './useAsyncIter/index.js';
22
import { Iterate, type IterateProps } from './Iterate/index.js';
3-
import { iterateFormatted, type FixedRefFormattedIterable } from './iterateFormatted//index.js';
3+
import { iterateFormatted, type FixedRefFormattedIterable } from './iterateFormatted/index.js';
44
import { useAsyncIterState, type AsyncIterStateResult } from './useAsyncIterState/index.js';
55

66
export {

0 commit comments

Comments
 (0)