From d55c2f8780c93ecc44a9f797af41ec79fd96ff2e Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 16 Aug 2020 12:41:59 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20auto-config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/{helpers => }/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/round/src/{helpers => }/config.ts (92%) diff --git a/packages/round/src/helpers/config.ts b/packages/round/src/config.ts similarity index 92% rename from packages/round/src/helpers/config.ts rename to packages/round/src/config.ts index d4755b16..2482d966 100644 --- a/packages/round/src/helpers/config.ts +++ b/packages/round/src/config.ts @@ -1,7 +1,7 @@ import fs from "fs"; import path from "path"; -import { ColorSchema } from "../types"; +import { ColorSchema } from "./types"; // Source Directory const rawSvgsDir = path.resolve("./src/svg/raw");