Skip to content

Commit e981f5a

Browse files
authored
i in import went missing (#239)
1 parent d0e3af3 commit e981f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/htmlContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mport { adapters, adapters_with, authors, authors_with } from "constants";
1+
import { adapters, adapters_with, authors, authors_with } from "constants";
22

33
import { write } from "fs-extra";
44

0 commit comments

Comments
 (0)