fix: typo
This commit is contained in:
parent
d0fd6a7de8
commit
9e14daecbf
|
@ -1,4 +1,4 @@
|
||||||
import chalk from "chalk";
|
const chalk = require("chalk");
|
||||||
|
|
||||||
const themeColor = chalk.hex("#31748f");
|
const themeColor = chalk.hex("#31748f");
|
||||||
console.log(themeColor(" ___ _ _ "));
|
console.log(themeColor(" ___ _ _ "));
|
||||||
|
|
Loading…
Reference in New Issue