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,4 +1,5 @@
import { forwardRef } from 'react';
import React from 'react';
import { styled } from '../../styles';
import { PopperArrowProps } from './interface';
@@ -9,6 +9,7 @@ import {
useRef,
useState,
} from 'react';
import React from 'react';
import { styled } from '../../styles';
import { PopperProps, VirtualElement } from './interface';