Port ef6405ab28e02686c0c9aa69d77eb43909be5f6f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
10 lines
220 B
TypeScript
10 lines
220 B
TypeScript
import { annualReport } from './annual_report';
|
|
import { collections } from './collections';
|
|
import { profileEdit } from './profile_edit';
|
|
|
|
export const sliceReducers = {
|
|
annualReport,
|
|
collections,
|
|
profileEdit,
|
|
};
|