--- import { Footer } from '~/components'; --- <Footer />
import { Footer } from '~/components'; export default async function Page() { return ( <Footer /> ); }
All of the content is found the component itself.