improvments are done
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-about-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './about.component.html',
|
||||
styleUrls: ['../../../../../pages/info/about/about.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-contacts-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './contacts.component.html',
|
||||
styleUrls: ['../../../../../pages/info/contacts/contacts.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-delivery-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './delivery.component.html',
|
||||
styleUrls: ['../../../../../pages/info/delivery/delivery.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-faq-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './faq.component.html',
|
||||
styleUrls: ['../../../../../pages/info/faq/faq.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-guarantee-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './guarantee.component.html',
|
||||
styleUrls: ['../../../../../pages/info/guarantee/guarantee.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-company-details-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './company-details.component.html',
|
||||
styleUrls: ['../../../../../pages/legal/company-details/company-details.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-payment-terms-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './payment-terms.component.html',
|
||||
styleUrls: ['../../../../../pages/legal/payment-terms/payment-terms.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-privacy-policy-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './privacy-policy.component.html',
|
||||
styleUrls: ['../../../../../pages/legal/privacy-policy/privacy-policy.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-public-offer-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './public-offer.component.html',
|
||||
styleUrls: ['../../../../../pages/legal/public-offer/public-offer.component.scss']
|
||||
})
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-return-policy-novo',
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
imports: [],
|
||||
templateUrl: './return-policy.component.html',
|
||||
styleUrls: ['../../../../../pages/legal/return-policy/return-policy.component.scss']
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user