improvments are done
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { environment } from '../../../../environments/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-delivery',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './delivery.component.html',
|
||||
styleUrls: ['./delivery.component.scss']
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user