Commit 1a6fb44c authored by Tamas Kecskes's avatar Tamas Kecskes
Browse files

Fixes AttributeItem export.

parent 8c08a6d0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ class demoApp extends Component {
        ];

        return (
            <Provider store={store}>
                <div>
                    {DEMOS.map((info) => {
                        return (
@@ -72,8 +71,7 @@ class demoApp extends Component {
                            </ExpansionPanel>
                        )
                    })}
                </div>
            </Provider>);
                </div>);
    };
};

+1 −1
Original line number Diff line number Diff line
export {default} from './AttributeItem';
 No newline at end of file
export {default, AttributeTypes} from './AttributeItem';
 No newline at end of file