]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.ts
LP 2061136 follow-up: ng lint --fix
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / admin / local / admin-local-splash.component.ts
1 import {Component} from '@angular/core';
2
3 @Component({
4     templateUrl: './admin-local-splash.component.html'
5 })
6
7 export class AdminLocalSplashComponent {
8 }
9
10