--- import type { Props as BaseProps } from "../CopyrightNotice.astro"; interface Props extends BaseProps {} let { website, author, email, dateCreated } = Astro.props; ---