Skip to content

Commit

Permalink
fix: import darkPaperStyle, lightPaperStyle from App
Browse files Browse the repository at this point in the history
  • Loading branch information
kweeuhree committed Oct 18, 2024
1 parent 78fe00e commit d6e08d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/List.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
} from '@mui/material';
import { ArrowDropDown, ArrowDropUp } from '@mui/icons-material';
import { ListItem, AddItems, TextInputElement } from '../components';
import { darkPaperStyle, lightPaperStyle } from '../App';

// React.memo is needed to prevent unnecessary re-renders of the List component
// when the props (data and listPath) haven't changed,
Expand Down

0 comments on commit d6e08d8

Please sign in to comment.