diff options
Diffstat (limited to 'colors/example.ts')
| -rw-r--r-- | colors/example.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/example.ts b/colors/example.ts index d60ecc31c..e98a32ec9 100644 --- a/colors/example.ts +++ b/colors/example.ts @@ -1,3 +1,3 @@ -import { color } from "main.ts"; +import { color } from "./mod.ts"; console.log(color.bgBlue.red.bold("Hello world!")); |
