import '@/components/content/Icon/Icon'; import '@/components/canvas/Loading/Loading'; import '@/components/canvas/Hero/Hero'; import '@/lib/sentry'; import { RecyclingLocatorAttributes } from '@/index'; /** * Jobs of the entrypoint: * - Load up the router * - Init i18n (using suspense to wait for them to load in) * - Init Sentry * - Create the AppState * - Setup the start page routes * - Lazily register sub routes */ export default function Entrypoint(props: Readonly): import("preact/compat").JSX.Element;