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");