📁 config.ts in helpers

This commit is contained in:
ful1e5 2020-08-16 12:39:42 +05:30
parent d413b9019b
commit d4ba9304ac

View file

@ -1,7 +1,7 @@
import fs from "fs"; import fs from "fs";
import path from "path"; import path from "path";
import { ColorSchema } from "./types"; import { ColorSchema } from "../types";
// Source Directory // Source Directory
const rawSvgsDir = path.resolve("./src/svg/raw"); const rawSvgsDir = path.resolve("./src/svg/raw");