File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
examples/query/react/basic/src/test
website/src/theme/DocPage/Layout/Main Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { render } from '@testing-library/react'
2
2
import type { RenderOptions } from '@testing-library/react'
3
- import React , { PropsWithChildren } from 'react'
3
+ import type React from 'react'
4
+ import type { PropsWithChildren , JSX } from 'react'
4
5
import { Provider } from 'react-redux'
5
6
import { setupStore } from '../store'
6
7
import type { AppStore , RootState } from '../store'
Original file line number Diff line number Diff line change 1
- import type { ComponentProps } from 'react'
1
+ import type { ComponentProps , JSX } from 'react'
2
2
import React from 'react'
3
3
import Main from '@theme-original/DocPage/Layout/Main'
4
4
import type MainType from '@theme-original/DocPage/Layout/Main'
You can’t perform that action at this time.
0 commit comments