import { createSelector } from 'reselect';export const getItems = createSelector(state => state.items, items => Object.keys(items)).
確定! 回上一頁