diff --git a/src/lib/utils/publication_tree_factory.ts b/src/lib/utils/publication_tree_factory.ts index ba86c23..36c9a9c 100644 --- a/src/lib/utils/publication_tree_factory.ts +++ b/src/lib/utils/publication_tree_factory.ts @@ -7,10 +7,10 @@ import { PublicationTree } from "$lib/data_structures/publication_tree.ts"; import { SveltePublicationTree } from "$lib/components/publications/svelte_publication_tree.svelte.ts"; -import { parseAsciiDocAST } from "asciidoc_ast_parser.ts"; +import { parseAsciiDocAST } from "$lib/utils/asciidoc_ast_parser.ts"; import { NDKEvent } from "@nostr-dev-kit/ndk"; import type NDK from "@nostr-dev-kit/ndk"; -import { getMimeTags } from "mime.ts"; +import { getMimeTags } from "$lib/utils/mime.ts"; export interface PublicationTreeFactoryResult { tree: PublicationTree;