File size: 165 Bytes
1e92f2d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import notes from './notes/actions';
import suggestions from './suggestions/actions';
import ui from './ui/actions';

export default {
	notes,
	suggestions,
	ui,
};