Skip to content

Commit

Permalink
Merge pull request #9 from leiteszeke/fix-imports
Browse files Browse the repository at this point in the history
fix: imports
  • Loading branch information
leiteszeke authored Sep 5, 2020
2 parents 3a8de47 + 2c76a26 commit 6a99a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export { default as Clock } from './Clock';
export { default as CreditCard } from './CreditCard';
export { default as Cross } from './Cross';
export { default as EurosignCircle } from './EurosignCircle';
export { default as Exclamation } from './Exclamation';
export { default as ExclamationOutline } from './ExclamationOutline';
export { default as KeyboardChevron } from './KeyboardChevron';
export { default as Minus } from './Minus';
export { default as Pencil } from './Pencil';
export { default as Plus } from './Plus';
export { default as Power } from './Power';
export { default as SquareGrid } from './SquareGrid';
export { default as Trash } from './Trash';
export { default as Warning } from './Warning';
export { default as WarningOutline } from './WarningOutline';

0 comments on commit 6a99a15

Please sign in to comment.