import { Stack } from "@mui/material"; import SurveysList from "./SurveysList"; export default function Surveys() { return (

Surveys

); }