Pool module refactor
This commit is contained in:
parent
ea73b94e24
commit
c266c7602b
12 changed files with 50 additions and 22 deletions
15
src/modules/pool/components/layout/layout.component.ts
Normal file
15
src/modules/pool/components/layout/layout.component.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-layout',
|
||||
templateUrl: './layout.component.html',
|
||||
styleUrls: ['./layout.component.scss']
|
||||
})
|
||||
export class LayoutComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue