reduced vendor filesize by 300kB

This commit is contained in:
Miodec 2023-04-30 13:29:06 +02:00
parent e678260133
commit ca0b710e8f

View file

@ -6,7 +6,7 @@ import { getHTMLById } from "../controllers/badge-controller";
import { throttle } from "throttle-debounce";
import * as EditProfilePopup from "../popups/edit-profile-popup";
import * as ActivePage from "../states/active-page";
import { formatDistanceToNowStrict } from "date-fns/esm";
import formatDistanceToNowStrict from "date-fns/formatDistanceToNowStrict";
type ProfileViewPaths = "profile" | "account";