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