--- export interface Props { title: string; } const { title } = Astro.props; import PopUpWindow from '../components/popUpWindow.vue'; import MainMenu from "../components/MainMenu.astro" import Footer from '../components/Footer.astro'; --- {title}