2024-02-18 01:44:48 -05:00

10 lines
117 B
TypeScript

export default {
MuiLink: {
styleOverrides: {
root: {
textDecoration: 'none'
}
}
}
}