Rename Aux to AuxComponent for Windows (#771)

* Rename reseved filename 'Aux' to 'AuxComponent'

* fix prettier
This commit is contained in:
William O'Beirne 2018-01-10 00:29:24 -05:00 committed by Daniel Ternyak
parent 26619e28cc
commit fb0cce1d68
2 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ export { default as Spinner } from './Spinner';
export { default as SwapDropdown } from './SwapDropdown';
export { default as Tooltip } from './Tooltip';
export * from './ConditionalInput';
export * from './Aux';
export * from './AuxComponent';
export * from './Expandable';