From ac40292813496f7c00f3a7a80d04fd1e467b2785 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 21 Dec 2025 12:38:44 +0100 Subject: [PATCH] refactor(css): migrate use of deprecated import in operator --- .../features/operator/operator-event/OperatorEvent.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss index b6cd99ed7..3526dfd1a 100644 --- a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss +++ b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss @@ -1,5 +1,4 @@ @use '@/theme/viewerDefs' as *; -@import '../Operator.module.scss'; .event { opacity: 1;