🔗 import fixes

This commit is contained in:
ful1e5 2020-08-31 11:35:35 +05:30
parent 5b409110b3
commit ec8aa71492

View file

@ -1,8 +1,9 @@
import chalk from "chalk"; import chalk from "chalk";
import { renderCursors, spinner } from "common"; import { renderCursors, spinner } from "common";
import { generateConfigs } from "./helpers/schema"; import { generateConfigs } from "./utils/schema";
import { colorSchemes, bitmapsPath } from "./color"; import { colorSchemes } from "./color";
import { bitmapsPath } from "./paths";
const main = async () => { const main = async () => {
const prefix = "Bibata-Round"; const prefix = "Bibata-Round";