Update libs

This commit is contained in:
Chris Chen
2024-04-06 10:07:36 -07:00
parent 3b37d7d798
commit cca0de9812
18 changed files with 225 additions and 197 deletions
-2
View File
@@ -1,6 +1,5 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { QRCodeModule } from 'angular2-qrcode';
import { GamesRoutingModule } from './games-routing.module';
import { GamesComponent } from './games.component';
import { FormsModule } from '@angular/forms';
@@ -90,7 +89,6 @@ import { MobStandInfoComponent } from './massive-darkness2/mobs/mob-stand-info/m
CurrencyInputModule,
NbDialogModule.forRoot(),
AlertDlgModule,
QRCodeModule,
DropDownListModule
]
})