chore: Upgrade date-fns to v3 (#6849)

* chore: Upgrade date-fns

* fixes

* test
This commit is contained in:
Tom Moor
2024-04-26 19:34:06 -04:00
committed by GitHub
parent 958cf45d74
commit b7e19a0eb1
6 changed files with 36 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
import differenceInDays from "date-fns/differenceInDays";
import { differenceInDays } from "date-fns";
import { TrashIcon, ArchiveIcon, ShapesIcon, InputIcon } from "outline-icons";
import * as React from "react";
import { Trans, useTranslation } from "react-i18next";