VER CARRITO
diff --git a/src/app/shared/footer/footer.component.ts b/src/app/shared/footer/footer.component.ts
index 19c0776..5b18d12 100644
--- a/src/app/shared/footer/footer.component.ts
+++ b/src/app/shared/footer/footer.component.ts
@@ -1,10 +1,10 @@
-import { Component, OnInit } from "@angular/core";
-import { Location } from "@angular/common";
+import { Component, OnInit } from '@angular/core';
+import { Location } from '@angular/common';
@Component({
- selector: "app-footer",
- templateUrl: "./footer.component.html",
- styleUrls: ["./footer.component.scss"]
+ selector: 'app-footer',
+ templateUrl: './footer.component.html',
+ styleUrls: ['./footer.component.scss']
})
export class FooterComponent implements OnInit {
constructor(private location: Location) {}