Skip to content

Commit 6f5bfbc

Browse files
committed
clean up imports
1 parent 4961d39 commit 6f5bfbc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/core/container.ts

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

77
import { walkSync } from "../vendor/deno.land/[email protected]/fs/walk.ts";
88

9-
import { basename, join, relative } from "path/mod.ts";
9+
import { basename, join } from "path/mod.ts";
1010
import { existsSync } from "fs/mod.ts";
1111

1212
// REES Compatible execution files

src/project/types/website/listing/website-listing-feed.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ import { resolveInputTarget } from "../../../project-index.ts";
4646
import { projectOutputDir } from "../../../project-shared.ts";
4747
import { imageContentType, imageSize } from "../../../../core/image.ts";
4848
import { warnOnce } from "../../../../core/log.ts";
49-
import { existsSync } from "../../../../vendor/deno.land/[email protected]/fs/exists.ts";
50-
import { isAbsolute } from "../../../../vendor/deno.land/[email protected]/path/win32.ts";
5149

5250
export const kDefaultItems = 20;
5351

0 commit comments

Comments
 (0)