Skip to content

Commit

Permalink
epub: redo imports for domexporter based tools
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Dec 5, 2024
1 parent 8973ee3 commit 238ad35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import pretty from "pretty"
import {DOMSerializer} from "prosemirror-model"

import {getTimestamp} from "../../../exporter/epub/tools"
import {DOMExporter} from "../../../exporter/tools/dom_export"
import {mathliveOpfIncludes} from "../../../mathlive/opf_includes"
import {BIBLIOGRAPHY_HEADERS} from "../../../schema/i18n"
import {bookTerm} from "../../i18n"
import {DOMExporter} from "../dom_export"
import {getMissingChapterData, uniqueObjects} from "../tools"
import {
epubBookCopyrightTemplate,
Expand All @@ -32,9 +32,9 @@ import {
} from "../../../exporter/epub/templates"
import {removeHidden} from "../../../exporter/tools/doc_content"
import {createSlug} from "../../../exporter/tools/file"
import {modifyImages} from "../../../exporter/tools/html"
import {node2Obj, obj2Node} from "../../../exporter/tools/json"
import {ZipFileCreator} from "../../../exporter/tools/zip"
import {modifyImages} from "../html/tools"

export class EpubBookExporter extends DOMExporter {
constructor(schema, csl, bookStyles, book, user, docList, updated) {
Expand Down

0 comments on commit 238ad35

Please sign in to comment.