diff options
Diffstat (limited to 'js/colors.ts')
-rw-r--r-- | js/colors.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/colors.ts b/js/colors.ts index ab89af81c..47a893036 100644 --- a/js/colors.ts +++ b/js/colors.ts @@ -3,7 +3,7 @@ // TODO(kitsonk) Replace with `deno_std/colors/mod.ts` when we can load modules // which end in `.ts`. -import { noColor } from "./os"; +import { noColor } from "./deno.ts"; interface Code { open: string; |