Skip to content

Commit b0c7810

Browse files
committed
alphabetical sort
1 parent d8a88f3 commit b0c7810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
export {Dialog, type DialogProps} from './components/Dialog'
12
export {
23
PageHeader,
34
type PageHeaderProps,
45
type PageHeaderActionsProps,
56
type PageHeaderTitleProps,
67
} from './components/PageHeader'
7-
export {Dialog, type DialogProps} from './components/Dialog'
88
export {Table, Tooltip, UnderlinePanels} from '@primer/react/experimental'

packages/styled-react/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ export {themeGet} from '@primer/react'
3434
export {useColorSchemeVar} from '@primer/react'
3535
export {useTheme} from '@primer/react'
3636

37-
export {Dialog, type DialogProps} from './components/Dialog'
3837
export {Checkbox, type CheckboxProps} from './components/Checkbox'
3938
export {CounterLabel, type CounterLabelProps} from './components/CounterLabel'
39+
export {Dialog, type DialogProps} from './components/Dialog'
4040
export {Flash} from './components/Flash'
4141
export {Header, type HeaderProps} from './components/Header'
4242
export {LinkButton, type LinkButtonProps} from './components/LinkButton'

0 commit comments

Comments
 (0)