fix: typo

This commit is contained in:
ThatOneCalculator 2023-06-23 17:57:05 -07:00
parent 689e8b0e78
commit 330681d561

View file

@ -1,4 +1,4 @@
import chalk from "chalk";
const chalk = require("chalk");
const themeColor = chalk.hex("#31748f");
console.log(themeColor(" ___ _ _ "));