Add registrar selection functionality (#2054)

This commit is contained in:
Pavlo Tkach
2023-06-14 16:51:54 -04:00
committed by GitHub
parent 952a92a5db
commit 86b62ebe76
21 changed files with 350 additions and 65 deletions
@@ -14,7 +14,7 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { UsersComponent } from './users.component';
import UsersComponent from './users.component';
describe('UsersComponent', () => {
let component: UsersComponent;