// FIXME: This is the entry point of the application, write your code here import { calculateLayout } from "./utils"; import "./debug"; import { initSocket } from "../utils/streams"; // Initialize the layout calculateLayout(); initSocket();