// ** React Imports import { Fragment } from 'react' // ** MUI Imports import Chip from '@mui/material/Chip' import Typography from '@mui/material/Typography' const ChipsColors = () => { return ( Filled Chips
Outlined Chips
) } export default ChipsColors