import styles from "./view.module.css"; export default function DashboardPage(props: any) { return (
{props.children}
); }