style: fix prettier
This commit is contained in:
parent
3f00a5b359
commit
864cb28aac
1 changed files with 13 additions and 6 deletions
|
@ -1,4 +1,11 @@
|
|||
import {ChangeDetectionStrategy, Component, inject, OnDestroy, OnInit, signal,} from '@angular/core';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
inject,
|
||||
OnDestroy,
|
||||
OnInit,
|
||||
signal,
|
||||
} from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { AuthService } from '../../../service/auth.service';
|
||||
import { UserService } from '@service/user.service';
|
||||
|
|
Reference in a new issue