Merge branch 'remove-hammerjs' into 'master'

Remove Hammerjs.

See merge request openlp/web-remote!95
This commit is contained in:
Chris Witterholt 2024-04-15 16:12:06 +00:00
commit 4e09f0a08d
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"core-js": "^3.36.1",
"hammerjs": "^2.0.8",
"material-icons": "^1.13.12",
"rxjs": "^7.8.1",
"zone.js": "^0.14.4"

View File

@ -3,7 +3,6 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app/app.module';
import { environment } from './environments/environment';
import 'hammerjs';
if (environment.production) {
enableProdMode();