receptor/src/reducers/torrents.js

4 lines
96 B
JavaScript
Raw Permalink Normal View History

import reducer from './resource';
const torrents = reducer("torrent");
export default torrents;