Skip to content

Commit 1468d05

Browse files
committed
ide import fix doesnt move the ts ignore
1 parent 26536eb commit 1468d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/src/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
import {baseColor, focusRing, fontRelative, lightDark, style} from '../style' with {type: 'macro'};
1414
import {ButtonRenderProps, ContextValue, Link, LinkProps, OverlayTriggerStateContext, Provider, Button as RACButton, ButtonProps as RACButtonProps} from 'react-aria-components';
1515
import {centerBaseline} from './CenterBaseline';
16-
// @ts-ignore
1716
import {control, getAllowedOverrides, staticColor, StyleProps} from './style-utils' with {type: 'macro'};
1817
import {createContext, forwardRef, ReactNode, useContext, useEffect, useState} from 'react';
1918
import {FocusableRef, FocusableRefValue, GlobalDOMAttributes} from '@react-types/shared';
2019
import {IconContext} from './Icon';
20+
// @ts-ignore
2121
import intlMessages from '../intl/*.json';
2222
import {linearGradient} from '../style/spectrum-theme' with {type: 'macro'};
2323
import {pressScale} from './pressScale';

0 commit comments

Comments
 (0)