delete not used pipe
This commit is contained in:
parent
6fb35250c9
commit
fbb6da3925
2 changed files with 1 additions and 13 deletions
|
|
@ -9,13 +9,10 @@ import { PoolService } from 'src/modules/pool/services/pool.service';
|
|||
import { LayoutComponent } from './components/layout/layout.component';
|
||||
import { HomeComponent } from './components/home/home.component';
|
||||
|
||||
import { removeSetPipe } from 'src/pipes/removeSet.pipe';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
LayoutComponent,
|
||||
HomeComponent,
|
||||
removeSetPipe
|
||||
HomeComponent
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue