mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-20 10:15:11 -04:00
🔗 path fixes
This commit is contained in:
parent
8c50d420f8
commit
bcecd39bd8
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import fs from "fs";
|
|||
import path from "path";
|
||||
|
||||
import { staticCursors, animatedCursors, animatedClip } from "../cursors.json";
|
||||
import { schemesPath } from "../config";
|
||||
import { schemesPath } from "../color";
|
||||
import { ColorSchema, Configs } from "../types";
|
||||
|
||||
const generateConfigs = (
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { generateConfigs } from "./helpers/schema";
|
||||
import { colorSchemes, rawSvgsDir } from "./config";
|
||||
import { colorSchemes, rawSvgsDir } from "./color";
|
||||
|
||||
// from shared package
|
||||
import { renderCursors } from "shared";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue