Skip to content

Commit ceecf02

Browse files
committed
fix: ESM import
1 parent 2d235d7 commit ceecf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/item/Book.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { join } from 'path';
22
import { Item } from './Item';
3-
import * as muhammara from 'muhammara';
3+
import muhammara from 'muhammara';
44
import { promises } from 'fs';
55
const { rm } = promises;
66

0 commit comments

Comments
 (0)