Skip to content

Commit f3db37d

Browse files
committed
fix: update import
1 parent 1315078 commit f3db37d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/mini-app/src/modules/Haptic.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { OutgoingEventMap } from 'src/Events'
2-
import type { Bridge } from '../Bridge'
1+
import type { Bridge } from '../Bridge.ts'
2+
import type { OutgoingEventMap } from '../Events.ts'
33

44
/**
55
* Module for controlling haptic feedback.

0 commit comments

Comments
 (0)