import { MainLayout } from "layouts/main" import { DashboardScreen } from "screens/dashboard" export function App() { return ( ) }