6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
|
|
<ThemeProvider theme={customTheme(outerTheme)}>
|
||
|
|
<Stack spacing={5} sx={{ width: 300 }}>
|
||
|
|
<MovieSelect />
|
||
|
|
<CountrySelect />
|
||
|
|
</Stack>
|
||
|
|
</ThemeProvider>
|