mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 01:35:11 -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 { renderCursors, spinner } from "common";
|
||||
|
||||
import { generateConfigs } from "./helpers/schema";
|
||||
import { colorSchemes, bitmapsPath } from "./color";
|
||||
import { generateConfigs } from "./utils/schema";
|
||||
import { colorSchemes } from "./color";
|
||||
import { bitmapsPath } from "./paths";
|
||||
|
||||
const main = async () => {
|
||||
const prefix = "Bibata-Round";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue