remove unused imports

This commit is contained in:
Peter Maquiran
2022-10-12 17:01:09 +01:00
parent de16765d97
commit 959bb53b82
59 changed files with 116 additions and 277 deletions
@@ -149,7 +149,7 @@ export class GabineteDigitalPage implements OnInit {
public p: PermissionService
) {
this.loggeduser = authService.ValidatedUser;
this.loggeduser = SessionStore.user;
window.onresize = (event) => {
// if not mobile remove all component
if (window.innerWidth < 701) {