// @mui material components import Card from "@mui/material/Card" // ThreeD Garden components import MDBox from "~/components/mui/MDBox" import MDTypography from "~/components/mui/MDTypography" import MDBadge from "~/components/mui/MDBadge" function FullBody(): JSX.Element { return ( Full Body What matters is the people who are sparked by it. And the people who are liked. ) } export default FullBody