Skip to content

Commit

Permalink
Fix Grid2 import (#39)
Browse files Browse the repository at this point in the history
## Describe your changes

## Issue ticket number and link

## Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] If it is a core feature, I have added thorough tests.
  • Loading branch information
lounsbrough authored Oct 1, 2024
1 parent 9c50f63 commit abf055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Slider,
Typography,
Switch,
Unstable_Grid2 as Grid
Grid2 as Grid
} from '@mui/material'
import AddIcon from '@mui/icons-material/Add'
import { HexColorPicker, HexColorInput } from 'react-colorful'
Expand Down

0 comments on commit abf055c

Please sign in to comment.