feat: add bare slots frontend, remove bun start warnings (CAS-61) #164

Merged
ptran merged 8 commits from slots-frontend into main 2025-05-07 12:32:53 +00:00
Showing only changes of commit 864cb28aac - Show all commits

View file

@ -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';