]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/admin/acq/admin-acq-splash.component.ts
Docs: merge 3.2 release notes
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / admin / acq / admin-acq-splash.component.ts
1 import {Component, Input, ViewChildren,
2     AfterViewInit, QueryList} from '@angular/core';
3
4 @Component({
5     templateUrl: './admin-acq-splash.component.html'
6 })
7
8 export class AdminAcqSplashComponent {
9 }
10
11