summaryrefslogtreecommitdiff
path: root/examples/colors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/colors.ts')
-rw-r--r--examples/colors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/colors.ts b/examples/colors.ts
index 9468e8768..6f03355c6 100644
--- a/examples/colors.ts
+++ b/examples/colors.ts
@@ -1,4 +1,4 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import { bgBlue, red, bold, italic } from "../colors/mod.ts";
+import { bgBlue, red, bold, italic } from "../fmt/colors.ts";
console.log(bgBlue(italic(red(bold("Hello world!")))));