diff --git a/lib/server/storyHelpers/bodyHandler.ts b/lib/server/storyHelpers/bodyHandler.ts index 0d22a7e..b3e644a 100644 --- a/lib/server/storyHelpers/bodyHandler.ts +++ b/lib/server/storyHelpers/bodyHandler.ts @@ -1,8 +1,8 @@ import { extname, resolve } from "path"; import { readFileSync } from "fs"; import { marked } from "marked"; -import * as mammoth from "mammoth"; -import * as san from "sanitize-html"; +import mammoth from "mammoth"; +import san from "sanitize-html"; import { sanitizeConf } from "../constants"; import { FormChapter } from "~/lib/client/types/form/story";