import Application from "./Application"; // Create a new application instance let app = new Application(); // Start the application app.start();