3 lines
124 B
Plaintext
3 lines
124 B
Plaintext
|
|
<ThemeProvider theme={theme}>
|
||
|
|
<Div sx={{ m: 1, p: 1, border: 1 }}>Custom component with the sx prop</Div>
|
||
|
|
</ThemeProvider>
|