style: enable react/react-in-jsx-scope lint rule (#1107)

This commit is contained in:
Himself65
2023-02-17 20:09:52 -06:00
committed by GitHub
parent 5f0015f522
commit 6378547a0e
28 changed files with 34 additions and 51 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import { ModalUnstyledOwnProps } from '@mui/base/ModalUnstyled';
import Fade from '@mui/material/Fade';
import React from 'react';
import { StyledBackdrop, StyledModal } from './styles';
const Backdrop = ({
open,
...other
@@ -1,5 +1,6 @@
import { CloseIcon } from '@blocksuite/icons';
import { HTMLAttributes } from 'react';
import React from 'react';
import { styled } from '../../styles';
import { IconButton, IconButtonProps } from '../button/IconButton';