mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 09:45:24 -04:00
🔗 import fixes
This commit is contained in:
parent
5b409110b3
commit
ec8aa71492
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
import chalk from "chalk";
|
import chalk from "chalk";
|
||||||
import { renderCursors, spinner } from "common";
|
import { renderCursors, spinner } from "common";
|
||||||
|
|
||||||
import { generateConfigs } from "./helpers/schema";
|
import { generateConfigs } from "./utils/schema";
|
||||||
import { colorSchemes, bitmapsPath } from "./color";
|
import { colorSchemes } from "./color";
|
||||||
|
import { bitmapsPath } from "./paths";
|
||||||
|
|
||||||
const main = async () => {
|
const main = async () => {
|
||||||
const prefix = "Bibata-Round";
|
const prefix = "Bibata-Round";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue