From e0b0b2f976c61225a178c7715caf2656a1f6741f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 15 Dec 2018 21:32:51 +0100 Subject: moving stuff --- client/actions.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/actions.js (limited to 'client/actions.js') diff --git a/client/actions.js b/client/actions.js new file mode 100644 index 00000000..ba899f06 --- /dev/null +++ b/client/actions.js @@ -0,0 +1,9 @@ +import * as search from './search/search.actions' +import * as review from './review/review.actions' +import * as metadata from './metadata/metadata.actions' + +export { + search, + review, + metadata, +} -- cgit v1.2.3-70-g09d2