🔗 path fixes

This commit is contained in:
ful1e5 2020-08-17 11:42:51 +05:30
parent 8c50d420f8
commit bcecd39bd8
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import fs from "fs";
import path from "path"; import path from "path";
import { staticCursors, animatedCursors, animatedClip } from "../cursors.json"; import { staticCursors, animatedCursors, animatedClip } from "../cursors.json";
import { schemesPath } from "../config"; import { schemesPath } from "../color";
import { ColorSchema, Configs } from "../types"; import { ColorSchema, Configs } from "../types";
const generateConfigs = ( const generateConfigs = (

View file

@ -1,5 +1,5 @@
import { generateConfigs } from "./helpers/schema"; import { generateConfigs } from "./helpers/schema";
import { colorSchemes, rawSvgsDir } from "./config"; import { colorSchemes, rawSvgsDir } from "./color";
// from shared package // from shared package
import { renderCursors } from "shared"; import { renderCursors } from "shared";