// vim: set tw=80 ts=2 sw=2 sts=2 : import { AccountListComponent } from './accountList.component'; export const AccountListState = { path: 'accounts', component: AccountListComponent }