@@ -9,22 +9,22 @@ import internationalizedFavicon from 'url:../assets/internationalized.ico';
99// @ts -ignore
1010import reactAriaFavicon from 'url:../assets/react-aria.ico' ;
1111import './anatomy.css' ;
12+ import ChevronRightIcon from '@react-spectrum/s2/icons/ChevronRight' ;
1213import { ClassAPI } from './ClassAPI' ;
1314import { Code } from './Code' ;
1415import { CodeBlock } from './CodeBlock' ;
1516import { CodePlatterProvider } from './CodePlatter' ;
1617import { ExampleSwitcher } from './ExampleSwitcher' ;
1718import { getLibraryFromPage , getLibraryFromUrl , getLibraryLabel } from './library' ;
1819import { getTextWidth } from './textWidth' ;
19- import ChevronRightIcon from '@react-spectrum/s2/icons/ChevronRight' ;
2020import { H2 , H3 , H4 } from './Headings' ;
2121import Header from './Header' ;
22+ import { iconStyle , style } from '@react-spectrum/s2/style' with { type : 'macro' } ;
2223import { Link , TitleLink } from './Link' ;
2324import { MobileHeader } from './MobileHeader' ;
2425import { PickerItem , Provider } from '@react-spectrum/s2' ;
2526import { PropTable } from './PropTable' ;
2627import { StateTable } from './StateTable' ;
27- import { iconStyle , style } from '@react-spectrum/s2/style' with { type : 'macro' } ;
2828import { TypeLink } from './types' ;
2929import { VersionBadge } from './VersionBadge' ;
3030import { VisualExample } from './VisualExample' ;
0 commit comments