import { MapToaster } from "@/features/map/core"; import { MapWorkbenchPage } from "@/features/workbench"; import type { Authentication } from "@/shared/auth/keycloak-auth"; import { AppProviders } from "./providers"; export function App({ authentication }: { authentication: Authentication }) { return ( ); }