Echo ff7c61b82c [Glitch] Profile editing: Featured tags
Port ef6405ab28e02686c0c9aa69d77eb43909be5f6f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-02-23 18:34:58 +01:00

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,
};