aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+admin/system/system.component.ts
blob: 992d9c8af1b3b8cf28307ef8e48cf41822da5826 (plain) (tree)
1
2
3
4
5
6
7
8







                                          
import { Component } from '@angular/core'

@Component({
  templateUrl: './system.component.html',
  styleUrls: [ './system.component.scss' ]
})
export class SystemComponent {
}