Skip to content

Commit

Permalink
Fix numbers util import name
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsaker committed Oct 7, 2018
1 parent 271d432 commit b1083d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/numbers/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import getPercentage from './getPercentage';

const app = {
const numbers = {
getPercentage,
};

export default app;
export default numbers;

0 comments on commit b1083d7

Please sign in to comment.