Update date-fns and date-fns-tz to v3

This commit is contained in:
Felipe Santos
2024-06-05 22:37:54 -03:00
parent c789e76ffb
commit 1a36ce0894
28 changed files with 89 additions and 138 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import sub from 'date-fns/sub';
import { sub } from 'date-fns';
import { LitElement, ReactiveController } from 'lit';
import { ViewContext } from 'view';
import { CameraManager } from '../../camera-manager/manager.js';