import { Component, ReactNode } from 'react'; interface CenteredPageProps { width?: number; children?: ReactNode; } export function CenteredPage (props: CenteredPageProps) { return