diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html index 3578bb0552f..a13dfbea692 100644 --- a/src/app/footer/footer.component.html +++ b/src/app/footer/footer.component.html @@ -11,35 +11,20 @@ - + \ No newline at end of file diff --git a/src/app/footer/footer.component.ts b/src/app/footer/footer.component.ts index 125d26af4fe..627b9ebaef8 100644 --- a/src/app/footer/footer.component.ts +++ b/src/app/footer/footer.component.ts @@ -1,7 +1,5 @@ import { Component, Optional } from '@angular/core'; -import { hasValue } from '../shared/empty.util'; import { KlaroService } from '../shared/cookies/klaro.service'; -import { environment } from '../../environments/environment'; @Component({ selector: 'ds-footer',