Skip to content

Commit

Permalink
chore: remove unused eslint disables
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Aug 7, 2024
1 parent e070db4 commit 18ff987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,5 @@ export type {StackProps, StackItemProps} from './Stack'
export {PageHeader} from './PageHeader'
export type {PageHeaderProps} from './PageHeader'

// eslint-disable-next-line no-restricted-imports
export {default as sx, merge} from './sx'
export type {SxProp} from './sx'

0 comments on commit 18ff987

Please sign in to comment.