({ ...others }: BoxProps)
| 4 | import classes from './Blockquote.module.css'; |
| 5 | |
| 6 | export const Blockquote = ({ ...others }: BoxProps) => { |
| 7 | return <Box component="blockquote" className={classes.wrapper} {...others} />; |
| 8 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected