packages/store/schematics/src/starter-kit/files/store/dashboard/index.ts__template__

Summary

Maintainability
Test Coverage
import { DictionaryState } from './states/dictionary/dictionary.state';
import { UserState } from './states/user/user.state';

export const DashboardStates = [DictionaryState, UserState];