diff --git a/packages/round/src/index.ts b/packages/round/src/index.ts index 8777ca17..02cc74ab 100644 --- a/packages/round/src/index.ts +++ b/packages/round/src/index.ts @@ -1,8 +1,7 @@ -import { config } from "./config"; - +import { configs } from "./config"; // from shared package -import { renderCursors } from "shared"; +// import { renderCursors } from "shared"; console.log("Bibata Round"); -renderCursors(config); +console.log(configs);