Skip to content

Commit 12a3122

Browse files
committed
chore: fix last missing .js
1 parent 424233e commit 12a3122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from 'common-spectrum';
66

77
import { convertPeak } from './convertPeak.js';
8-
import { getAnnotations } from './jsgraph/getAnnotations';
8+
import { getAnnotations } from './jsgraph/getAnnotations.js';
99

1010
export { AnalysesManager, Analysis, toJcamp } from 'common-spectrum';
1111

0 commit comments

Comments
 (0)