We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1315078 commit f3db37dCopy full SHA for f3db37d
1 file changed
packages/mini-app/src/modules/Haptic.ts
@@ -1,5 +1,5 @@
1
-import type { OutgoingEventMap } from 'src/Events'
2
-import type { Bridge } from '../Bridge'
+import type { Bridge } from '../Bridge.ts'
+import type { OutgoingEventMap } from '../Events.ts'
3
4
/**
5
* Module for controlling haptic feedback.
0 commit comments