--- import "../style/global.css"; import "../style/formular.css"; import "../../svelte-dialogs.config" import Header from "#components/design/header/AusweisHeader_partner.astro"; import Footer from "#components/design/footer/Footer.astro"; import SidebarLeft from "#components/design/sidebars/SidebarLeft.astro"; import { NotificationWrapper } from "@ibcornelsen/ui"; export interface Props { title: string; tabHover1: string; tabHover2: string; tabHover3: string; tabHover4: string; tabHover5: string; tabHover6: string; tabHover7: string; } const { title } = Astro.props; const { tabHover1 } = Astro.props; const { tabHover2 } = Astro.props; const { tabHover3 } = Astro.props; const { tabHover4 } = Astro.props; const { tabHover5 } = Astro.props; const { tabHover6 } = Astro.props; const { tabHover7 } = Astro.props; ---