Skip to content

Commit

Permalink
fix generated type error
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 22, 2023
1 parent 55e4be1 commit 739f6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/core/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from './interfaces'
import md5 from 'spark-md5'
import { addPageContext, PageContext } from '../page'
import { InitOptions } from 'index'
import type { InitOptions } from '../analytics'

export * from './interfaces'

Expand Down

0 comments on commit 739f6fe

Please sign in to comment.