cleanup imports

This commit is contained in:
rubikscraft
2022-03-06 12:34:33 +01:00
parent f38b05d2e5
commit 8ebc473274
46 changed files with 134 additions and 163 deletions

View File

@@ -1,4 +1,4 @@
import { Component, OnDestroy, OnInit } from '@angular/core';
import { Component, OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { AutoUnsubscribe } from 'ngx-auto-unsubscribe-decorator';
import { EUser } from 'picsur-shared/dist/entities/user.entity';