From c8a797913251efd0b08718b9ae29e0eecfff69e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Sat, 24 Sep 2022 02:55:01 +0200 Subject: [PATCH] @angular/cdk migration - migration-v13 Updates the Angular CDK to v13 --- frontend/ng-karaoqueue/src/custom-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ng-karaoqueue/src/custom-theme.scss b/frontend/ng-karaoqueue/src/custom-theme.scss index 9a4699f..b93d68e 100644 --- a/frontend/ng-karaoqueue/src/custom-theme.scss +++ b/frontend/ng-karaoqueue/src/custom-theme.scss @@ -3,7 +3,7 @@ * https://materialtheme.arcsine.dev */ -@import '~@angular/material/theming'; +@import '@angular/material/theming'; // Include the common styles for Angular Material. We include this here so that you only // have to load a single css file for Angular Material in your app.