Skip to content

Commit

Permalink
[examples] Replace wrong import with @mui/material/styles (#43236)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Aug 9, 2024
1 parent 5ecb9cc commit 193bd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/material-ui-vite-ts/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import * as ReactDOM from 'react-dom/client';
import { ThemeProvider } from '@emotion/react';
import { ThemeProvider } from '@mui/material/styles';
import { CssBaseline } from '@mui/material';
import theme from './theme';
import App from './App';
Expand Down

0 comments on commit 193bd6b

Please sign in to comment.