mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-26 20:36:25 +00:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { annualReport } from './annual_report';
|
|
|
|
export const sliceReducers = {
|
|
annualReport,
|
|
};
|