Pool module refactor

This commit is contained in:
Daniel Rodriguez 2021-08-05 19:22:00 +02:00
parent ea73b94e24
commit c266c7602b
12 changed files with 50 additions and 22 deletions

View file

@ -1,15 +0,0 @@
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() {
}
}