mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 17:55:11 -04:00
🥳 loading
This commit is contained in:
parent
e21184c2dd
commit
a5adf36a46
1 changed files with 6 additions and 0 deletions
6
packages/shared/src/spinner.ts
Normal file
6
packages/shared/src/spinner.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import ora from "ora";
|
||||
import chalk from "chalk";
|
||||
|
||||
const spinner = ora(`loading ${chalk.red("Bibata")}`);
|
||||
|
||||
export { spinner };
|
Loading…
Add table
Add a link
Reference in a new issue