Upgraded to Angular v21
Removed tailwind Moved to vitest from karma/jasmine
This commit is contained in:
@@ -6,8 +6,8 @@ import { MatDialog } from '@angular/material/dialog';
|
||||
import { MatSnackBar } from '@angular/material/snack-bar';
|
||||
import { ActivatedRoute, NavigationExtras, Router } from '@angular/router';
|
||||
import { map } from 'rxjs/operators';
|
||||
import { Regime } from 'src/app/core/regime';
|
||||
|
||||
import { Regime } from '../../core/regime';
|
||||
import { Table } from '../../core/table';
|
||||
import { BillNumberComponent } from '../bill-number/bill-number.component';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user