import { Stack, Typography } from "@mui/material";
import Huggingface from "./huggingface/huggingface";
import { SectionBox } from "./boxes";
export default function ExampleComponents() {
return (
<>
Components
Unsure where to begin? Our pre-built components are at your service,
offering a jumpstart for your ML demo.
>
);
}