Skip to content

Commit 7609718

Browse files
committed
fix horrific import :(
1 parent 236cb11 commit 7609718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/render/resources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { extractResolvedResourceFilenamesFromQmd } from "../../execute/ojs/extra
1818
import { asMappedString } from "../../core/mapped-text.ts";
1919
import { RenderedFile, RenderResourceFiles } from "./types.ts";
2020
import { PartitionedMarkdown } from "../../core/pandoc/types.ts";
21-
import { isAbsolute } from "https://deno.land/[email protected]/path/win32.ts";
21+
import { isAbsolute } from "path/mod.ts";
2222

2323
export function resourcesFromMetadata(resourcesMetadata?: unknown) {
2424
// interrogate / typecast raw yaml resources into array of strings

0 commit comments

Comments
 (0)