--- import { pwaInfo } from 'virtual:pwa-info' export interface Props { title: string; } const { title } = Astro.props; ---