Skip to content

Commit

Permalink
Introduce JS linting error to test in-PR reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Feb 19, 2025
1 parent 14723c6 commit ab5d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export {
PostPickerButton,
PostPickerToolbarButton,
PostPickerModal,
} from './components/PostPicker';
} from './components/PostPicker'

export { default as useActiveBlockStyle } from './hooks/useActiveBlockStyle';
export { default as useBlockStyles } from './hooks/useBlockStyles';
Expand Down

0 comments on commit ab5d749

Please sign in to comment.