mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
ngrx store cleanup (#425)
* merge app actions into single file * rename action containers and cleanup imports * fix tests * license headers
This commit is contained in:
@@ -32,9 +32,7 @@ import {
|
||||
import { ElectronService } from '@ngstack/electron';
|
||||
import { Store } from '@ngrx/store';
|
||||
import { AppStore } from './store/states/app.state';
|
||||
import { SetHeaderColorAction } from './store/actions/header-color.action';
|
||||
import { SetAppNameAction } from './store/actions/app-name.action';
|
||||
import { SetLogoPathAction } from './store/actions/logo-path.action';
|
||||
import { SetHeaderColorAction, SetAppNameAction, SetLogoPathAction } from './store/actions';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
|
Reference in New Issue
Block a user