export default function Test(props: { [key: string]: object }) { return (
This is a new page created to demonstrate the use of TypeScript and React.
{JSON.stringify(props, null, 2)}