import { Button, Grid, Link, List, ListItem, ListItemIcon, ListItemText, ListSubheader, Paper, Stack, Typography, } from "@mui/material"; import ViewQuiltIcon from "@mui/icons-material/ViewQuilt"; import SailingIcon from "@mui/icons-material/Sailing"; import LightModeIcon from "@mui/icons-material/LightMode"; import SentimentVerySatisfiedIcon from "@mui/icons-material/SentimentVerySatisfied"; import ContentCopyIcon from "@mui/icons-material/ContentCopy"; import LinkIcon from "@mui/icons-material/Link"; import SyncIcon from "@mui/icons-material/Sync"; import { HighlightBox } from "./boxes"; export default function GettingStarted() { return ( <> Run your ML demo with ease in a Next.js/React environment Features huggingface.js {" "} components (WIP) langchain.js {" "} components (WIP) Rapid prototyping with{" "} MUI Dark / light theme based on system preferences Sync your repo on GitHub with your 🤗 Space via a GitHub Action Runs in Docker or localhost Get started with the{" "} README Something missing?{" "} Please let us know! ); }