🔧 auto-config

This commit is contained in:
ful1e5 2020-08-16 12:41:59 +05:30
parent d4ba9304ac
commit d55c2f8780

View file

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