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