import { Typography } from '@mui/material'; import { useStyles } from 'component/segments/SegmentEmpty/SegmentEmpty.styles'; import { Link } from 'react-router-dom'; export const SegmentEmpty = () => { const { classes } = useStyles(); return (
Segment makes it easy for you to define who should be exposed to your feature. The segment is often a collection of constraints and can be reused.
Create your first segment