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