Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Mar 2, 2022
1 parent 01330c6 commit 869148f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/modularize-imports/components/halves/index.js
@@ -1,5 +1,5 @@
import LeftHalf from './LeftHalf'
import RightHalf from './RightHalf'
// import LeftHalf from './LeftHalf'
// import RightHalf from './RightHalf'

// Remove the exports here so that we can verify that `modularize-imports` is working.
// export { LeftHalf, RightHalf };

0 comments on commit 869148f

Please sign in to comment.