Skip to content

Commit

Permalink
chore: fix eslint (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam authored Aug 23, 2023
1 parent 6ddc37a commit a44fa47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NMRiumData, NmriumState } from 'nmrium';
import { NMRiumData, NMRiumState } from 'nmrium';
import { BlobObject } from 'nmrium/lib/component/utility/export';

type EventType =
Expand Down Expand Up @@ -33,7 +33,7 @@ type ActionResponse = {
};

type DataChange = {
state: NmriumState;
state: NMRiumState;
source: 'data' | 'view' | 'settings';
};

Expand Down

0 comments on commit a44fa47

Please sign in to comment.