mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-04 08:49:48 -04:00
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
import { configs } from "./config";
|
|
// from shared package
|
|
// import { renderCursors } from "shared";
|
|
|
|
console.log("Bibata Round");
|
|
|
|
console.log(configs);
|