Skip to content

Commit

Permalink
fix: added index file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruthi Rai committed Dec 16, 2021
1 parent 7d34a2e commit ed8b1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"branches": ["main"]
},
"private": false,
"main": "src/index.js",
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.7",
Expand Down
2 changes: 2 additions & 0 deletions react-app/src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { ContinuousLegend } from './component/Legend/ContinuousLegend';
export { DiscreteColorLegend } from './component/Legend/DiscreteLegend';

0 comments on commit ed8b1d0

Please sign in to comment.