--- import Icon from '@components/icons/Icon.astro'; import Logo from '@components/logos/Logo.astro'; import configConst from '@config'; import type { HTMLAttributes } from 'astro/types'; import Link from './Link.astro'; interface Props extends HTMLAttributes<'footer'> {} const props = Astro.props; ---