Skip to content

Commit a44fa47

Browse files
chore: fix eslint (#129)
1 parent 6ddc37a commit a44fa47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/events/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NMRiumData, NmriumState } from 'nmrium';
1+
import { NMRiumData, NMRiumState } from 'nmrium';
22
import { BlobObject } from 'nmrium/lib/component/utility/export';
33

44
type EventType =
@@ -33,7 +33,7 @@ type ActionResponse = {
3333
};
3434

3535
type DataChange = {
36-
state: NmriumState;
36+
state: NMRiumState;
3737
source: 'data' | 'view' | 'settings';
3838
};
3939

0 commit comments

Comments
 (0)