({props, sx})
| 135 | } |
| 136 | |
| 137 | export function OpenSIST({props, sx}) { |
| 138 | return ( |
| 139 | <Typography {...props} sx={{fontFamily: 'Merriweather', ...sx}} component='span'> |
| 140 | OpenSIST |
| 141 | </Typography> |
| 142 | ) |
| 143 | } |
nothing calls this directly
no outgoing calls
no test coverage detected