Skip to content

Commit 221976a

Browse files
committed
chore: fix build
1 parent 2f644e1 commit 221976a

File tree

1 file changed

+1
-1
lines changed
  • packages/image-comparison-core/src

1 file changed

+1
-1
lines changed

packages/image-comparison-core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export type { TestContext } from './methods/compareReport.interfaces.js'
3232
export type { Folders } from './base.interfaces.js'
3333
export type { InstanceData } from './methods/instanceData.interfaces.js'
3434
export type { DeviceRectangles } from './methods/rectangles.interfaces.js'
35-
export type { ResultReport } from './methods/createCompareReport.js'
35+
export type { ResultReport } from './methods/compareReport.interfaces.js'
3636

3737
export {
3838
// Constants

0 commit comments

Comments
 (0)