import { Typography } from "@mui/material"; import Huggingface from "./huggingface/huggingface"; import { SectionBox } from "./boxes"; export default function ExampleComponents() { return ( <> Example Components ); }