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 format from 'date-fns/format';
import { format } from 'date-fns';
import { View } from '../view/view';
export const screenshotMedia = (video: HTMLVideoElement): string | null => {