Remove unused way of importing reducers/actions from components, as arrays with…
Remove unused way of importing reducers/actions from components, as arrays with many reducers/actions. This was meant for super-components, collections of many components, but it isn't practical in the current implementation and there are no such components.
As discussed here: !88 (comment 6181)