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