8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
import { annualReport } from './annual_report';
|
|
import { collections } from './collections';
|
|
|
|
export const sliceReducers = {
|
|
annualReport,
|
|
collections,
|
|
};
|