UNPKG

199 BJavaScriptView Raw
1import getDevice, * as getDeviceActions from './Actions/DeviceGet/'
2import search, * as searchActions from './Actions/Search/'
3
4export {
5 getDevice,
6 getDeviceActions,
7 search,
8 searchActions,
9}