Skip to content

Commit b3a6174

Browse files
committed
Remove default export
1 parent 967c765 commit b3a6174

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export { default } from 'lib/index.js'
21
export * from 'lib/index.js'

src/lib/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export { todo as default } from './todo.js'
21
export { todo } from './todo.js'

0 commit comments

Comments
 (0)