2026-01-23 13:51:39 +00:00

8 lines
159 B
TypeScript

import { annualReport } from './annual_report';
import { collections } from './collections';
export const sliceReducers = {
annualReport,
collections,
};