change imports

This commit is contained in:
2024-02-29 10:49:08 -06:00
parent 5146c8e919
commit 2ce2c2e564
26 changed files with 124 additions and 355 deletions

View File

@@ -3,8 +3,8 @@ import { Component } from '@angular/core';
import { jwtDecode } from 'jwt-decode';
import { Observable, distinctUntilChanged, filter, from, map } from 'rxjs';
import { CommonModule } from '@angular/common';
import { JwtToken, User } from '../models/main.model';
import { KeycloakService } from './keycloak.service';
import { JwtToken, User } from '../../../../common-models/src/main.model';
@Injectable({
providedIn: 'root'