components.common.Stretcher.tsx Maven / Gradle / Ivy
import { Box } from '@mui/material';
const Stretcher = ({width}: {width: string}) => (
)
export default Stretcher
import { Box } from '@mui/material';
const Stretcher = ({width}: {width: string}) => (
)
export default Stretcher