Skip to content

Commit

Permalink
chore(react): import wrapped Divider
Browse files Browse the repository at this point in the history
  • Loading branch information
savindi7 committed Feb 14, 2023
1 parent a78bb84 commit 8afb14e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
* under the License.
*/

import {Divider, ListItemAvatar, ListSubheader, Radio} from '@mui/material';
import {ListItemAvatar, ListSubheader, Radio} from '@mui/material';
import {capitalize} from '@mui/material/utils';
import clsx from 'clsx';
import {FC, MouseEvent, ReactElement, ReactNode, useState} from 'react';
import {WithWrapperProps} from 'src/models';
import {composeComponentDisplayName} from '../../utils';
import Avatar from '../Avatar';
import Button, {ButtonProps} from '../Button';
import Divider from '../Divider';
import ListItem from '../ListItem';
import ListItemIcon from '../ListItemIcon';
import ListItemText from '../ListItemText';
Expand Down

0 comments on commit 8afb14e

Please sign in to comment.