We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23c673 commit 4c43dc4Copy full SHA for 4c43dc4
src/components/capsule-tabs/capsule-tabs.tsx
@@ -1,7 +1,7 @@
1
+import React, { isValidElement, useRef } from 'react'
2
+import type { FC, ReactElement, ReactNode } from 'react'
3
import { animated } from '@react-spring/web'
4
import classNames from 'classnames'
-import type { FC, ReactElement, ReactNode } from 'react'
-import React, { isValidElement, useRef } from 'react'
5
import { NativeProps, withNativeProps } from '../../utils/native-props'
6
import { ShouldRender } from '../../utils/should-render'
7
import { traverseReactNode } from '../../utils/traverse-react-node'
0 commit comments