Skip to content

Commit 5de3c43

Browse files
fix import for latest deno
1 parent a6e5c59 commit 5de3c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/render-all-formats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import * as fs from 'stdlib/fs';
44
import * as yaml from 'stdlib/yaml';
5-
import * as path from 'stdlib/globPath';
5+
import * as path from 'stdlib/path';
66

77
const formatKeep: Record<string, string> = {
88
'pdf': 'tex',

0 commit comments

Comments
 (0)