Skip to content

Commit 8188ce6

Browse files
chore: fix wrong import path
1 parent a689b26 commit 8188ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/events/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NMRiumData } from 'nmrium';
22
import { State } from 'nmrium/lib/component/reducer/Reducer';
3-
import { BlobObject } from 'nmrium/lib/component/utility/Export';
3+
import { BlobObject } from 'nmrium/lib/component/utility/export';
44

55
type EventType =
66
| 'load'

0 commit comments

Comments
 (0)