Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Mar 17, 2022
1 parent d42bd84 commit 7cbc423
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 7cbc423

Please sign in to comment.