]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.ts
LP1823393 Org unit type Angular admin UI
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / admin / server / admin-server-splash.component.ts
1 import {Component, Input, ViewChildren,
2     AfterViewInit, QueryList} from '@angular/core';
3
4 @Component({
5     templateUrl: './admin-server-splash.component.html'
6 })
7
8 export class AdminServerSplashComponent {
9 }
10
11