diff options
Diffstat (limited to 'std/path/common.ts')
-rw-r--r-- | std/path/common.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/common.ts b/std/path/common.ts index 0a4de3f0c..e0e51ef23 100644 --- a/std/path/common.ts +++ b/std/path/common.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { SEP } from "./constants.ts"; +import { SEP } from "./separator.ts"; /** Determines the common path from a set of paths, using an optional separator, * which defaults to the OS default separator. |