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