Skip to content

Commit 4c43dc4

Browse files
Update src/components/capsule-tabs/capsule-tabs.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent e23c673 commit 4c43dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/capsule-tabs/capsule-tabs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import React, { isValidElement, useRef } from 'react'
2+
import type { FC, ReactElement, ReactNode } from 'react'
13
import { animated } from '@react-spring/web'
24
import classNames from 'classnames'
3-
import type { FC, ReactElement, ReactNode } from 'react'
4-
import React, { isValidElement, useRef } from 'react'
55
import { NativeProps, withNativeProps } from '../../utils/native-props'
66
import { ShouldRender } from '../../utils/should-render'
77
import { traverseReactNode } from '../../utils/traverse-react-node'

0 commit comments

Comments
 (0)