Skip to content

Commit fc8597e

Browse files
chore: Update Popover component imports order
1 parent b306c95 commit fc8597e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/mui-material/src/Popover/Popover.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { SxProps } from '@mui/system';
21
import * as React from 'react';
2+
import { SxProps } from '@mui/system';
33
import { BackdropProps, InternalStandardProps as StandardProps } from '..';
4-
import Modal, { ModalOwnerState, ModalProps } from '../Modal';
54
import Paper, { PaperProps } from '../Paper';
5+
import Modal, { ModalOwnerState, ModalProps } from '../Modal';
66
import { Theme } from '../styles';
77
import { TransitionProps } from '../transitions/transition';
8-
import { CreateSlotsAndSlotProps, SlotProps } from '../utils/types';
98
import { PopoverClasses } from './popoverClasses';
9+
import { CreateSlotsAndSlotProps, SlotProps } from '../utils/types';
1010

1111
export interface PopoverSlots {
1212
root?: React.ElementType;

0 commit comments

Comments
 (0)