Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Dec 9, 2024
1 parent 8cbefbf commit 907725e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Puppeteer } from './puppeteer'
import { Puppeteer } from './puppeteer/index'

export default Puppeteer
export * from './puppeteer'
export * from './puppeteer/index'

0 comments on commit 907725e

Please sign in to comment.