Skip to content

Commit

Permalink
gt - Correct aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas-appfolio committed Oct 26, 2016
1 parent 5a56a3b commit dfd2f56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 39 deletions.
12 changes: 0 additions & 12 deletions src/components/Flag.js

This file was deleted.

23 changes: 0 additions & 23 deletions src/components/Icon.js

This file was deleted.

8 changes: 5 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Tag } from 'reactstrap';
import { FontAwesome } from 'react-fontawesome';
import FontAwesome from 'react-fontawesome';

// Gears:

Expand All @@ -8,12 +8,12 @@ import BlockPanel from './components/BlockPanel.js';
import CurrencyInput from './components/CurrencyInput.js';
import Datapair from './components/Datapair.js';
import DateMonth from './components/datemonth/DateMonth.js';
//import Flag from './components/Flag.js';
import FormChoice from './components/FormChoice.js';
import FormRow from './components/FormRow.js';
import HelpBubble from './components/HelpBubble.js';
//import Icon from './components/Icon.js';
import PatternInput from './components/PatternInput.js';
//import SummaryBox from './components/SummaryBox.js';
//import SummaryBoxItem from './components/SummaryBoxItem.js';
//import UnitPropertyCard from './components/UnitPropertyCard.js';

export * from 'reactstrap';
Expand All @@ -31,5 +31,7 @@ export {
HelpBubble,
FontAwesome as Icon,
PatternInput,
// SummaryBox,
// SummaryBoxItem
// UnitPropertyCard TODO
};
2 changes: 1 addition & 1 deletion stories/Icon.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { storiesOf } from '@kadira/storybook';

import Icon from '../src/components/Icon';
import { Icon } from '../src';

storiesOf('Icon', module)
.addWithInfo('with props', () => (
Expand Down

0 comments on commit dfd2f56

Please sign in to comment.