From ec8aa71492995dee9304cd3e4a855236fbf74ff0 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Mon, 31 Aug 2020 11:35:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20import=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/index.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/round/src/index.ts b/packages/round/src/index.ts index ec135772..9bb16f36 100644 --- a/packages/round/src/index.ts +++ b/packages/round/src/index.ts @@ -1,8 +1,9 @@ import chalk from "chalk"; import { renderCursors, spinner } from "common"; -import { generateConfigs } from "./helpers/schema"; -import { colorSchemes, bitmapsPath } from "./color"; +import { generateConfigs } from "./utils/schema"; +import { colorSchemes } from "./color"; +import { bitmapsPath } from "./paths"; const main = async () => { const prefix = "Bibata-Round";