mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Added spaces on import {}
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
// import @ngrx
|
||||
import {Action} from '@ngrx/store';
|
||||
import { Action } from '@ngrx/store';
|
||||
|
||||
// import type function
|
||||
import {type} from '../../shared/ngrx/type';
|
||||
import { type } from '../../shared/ngrx/type';
|
||||
|
||||
// import models
|
||||
import {EPerson} from '../eperson/models/eperson.model';
|
||||
import {AuthTokenInfo} from './models/auth-token-info.model';
|
||||
import {AuthMethodModel} from './models/auth-method.model';
|
||||
import { EPerson } from '../eperson/models/eperson.model';
|
||||
import { AuthTokenInfo } from './models/auth-token-info.model';
|
||||
import { AuthMethodModel } from './models/auth-method.model';
|
||||
|
||||
export const AuthActionTypes = {
|
||||
AUTHENTICATE: type('dspace/auth/AUTHENTICATE'),
|
||||
|
Reference in New Issue
Block a user