Skip to content

Commit

Permalink
feat(view-and-edit-profile): fix heroku build error
Browse files Browse the repository at this point in the history
[#162727513]
  • Loading branch information
habibaudu committed Feb 28, 2019
1 parent 6979c27 commit 829f9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/img/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { default as cancel } from './cancel.svg';
export { default as facebook } from './Facebook.svg';
export { default as twitter } from './Twitter.svg';
export { default as facebook } from './facebook.svg';
export { default as twitter } from './twitter.svg';
export { default as googleplus } from './Googleplus.svg';
export { default as email } from './email.svg';
export { default as lock } from './lock.svg';
Expand Down

0 comments on commit 829f9f7

Please sign in to comment.