mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-24 23:04:00 +08:00
reduced vendor filesize by 300kB
This commit is contained in:
parent
e678260133
commit
ca0b710e8f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue