// Prospera Application Entry Point import './styles/main.css'; import './components/index'; import './layouts/index'; import './pages/index'; import { bootstrap } from './app/bootstrap'; // Bootstrap the application shell bootstrap();