summaryrefslogtreecommitdiff
path: root/client/actions.js
blob: 37b4eb2ec5ad1da92734bcfdd1e48df9bccdc700 (plain)
1
2
3
4
5
6
7
8
9
import * as faceSearch from './faceSearch/faceSearch.actions'
// import * as review from './review/review.actions'
// import * as metadata from './metadata/metadata.actions'

export {
  // search,
  // review,
  // metadata,
}