2026-06-15 17:01:10 +02:00

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