mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
import { config } from "./config";
|
|
|
|
// from shared package
|
|
import { renderCursors } from "shared";
|
|
|
|
console.log("Bibata Round");
|
|
|
|
renderCursors(config);
|