Refactoring
This commit is contained in:
@@ -9,8 +9,8 @@ import { MatDividerModule } from '@angular/material/divider';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
import { Observable, Subscription } from 'rxjs';
|
||||
|
||||
import { ListErrorsComponent, } from 'src/app/components/shared';
|
||||
import { Errors, Product, ProductPageData } from 'src/app/core/models';
|
||||
import { ListErrorsComponent, } from '@components/shared';
|
||||
import { Errors, Product, ProductPageData } from '@models';
|
||||
|
||||
@Component({
|
||||
selector: 'app-product',
|
||||
|
||||
Reference in New Issue
Block a user