Skip to content

Commit

Permalink
make ci-codestyle happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed May 12, 2022
1 parent 47ce53e commit 3089299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/reactjs/useSyncExternalStore.native.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
export { useSyncExternalStore } from 'use-sync-external-store/shim/index.native.js'
export { useSyncExternalStore } from 'use-sync-external-store/shim/index.native.js'
3 changes: 1 addition & 2 deletions src/reactjs/useSyncExternalStore.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// @ts-ignore
export { useSyncExternalStore } from 'use-sync-external-store/shim/index.js'
export { useSyncExternalStore } from 'use-sync-external-store/shim/index.js'

0 comments on commit 3089299

Please sign in to comment.