Skip to content

Commit

Permalink
chore: Update Popover component imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Hutchinson committed Aug 30, 2024
1 parent b306c95 commit fc8597e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mui-material/src/Popover/Popover.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { SxProps } from '@mui/system';
import * as React from 'react';
import { SxProps } from '@mui/system';
import { BackdropProps, InternalStandardProps as StandardProps } from '..';
import Modal, { ModalOwnerState, ModalProps } from '../Modal';
import Paper, { PaperProps } from '../Paper';
import Modal, { ModalOwnerState, ModalProps } from '../Modal';
import { Theme } from '../styles';
import { TransitionProps } from '../transitions/transition';
import { CreateSlotsAndSlotProps, SlotProps } from '../utils/types';
import { PopoverClasses } from './popoverClasses';
import { CreateSlotsAndSlotProps, SlotProps } from '../utils/types';

export interface PopoverSlots {
root?: React.ElementType;
Expand Down

0 comments on commit fc8597e

Please sign in to comment.