Named export for unextended FindBar component
This commit is contained in:
parent
bc68fe73b5
commit
45de85d693
@ -270,5 +270,5 @@ FindBar.propTypes = {
|
||||
dispatch: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
|
||||
module.exports = FindBar;
|
||||
export { FindBar }
|
||||
export default connect()(FindBar);
|
||||
|
@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { storiesOf, action } from '@kadira/storybook';
|
||||
|
||||
import FindBar from '../FindBar';
|
||||
import { FindBar } from '../FindBar';
|
||||
|
||||
const commands = [
|
||||
{ pattern: 'Create new Collection(:collectionName)' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user