removed lodash and axios

This commit is contained in:
2026-05-07 22:50:02 +03:00
parent daa4b268a6
commit a04cdd753d
24 changed files with 2191 additions and 4844 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<script>
import { friendlyDate } from "../../helpers";
import { friendlyDate, isEqual } from "../../helpers";
import Avatar from "../account/Avatar.svelte";
import { usernameById } from "../account/users";
import { isEqual } from "lodash";
import Icon from "../common/Icon.svelte";
import RevisionCell from "./revisions/RevisionCell.svelte";
import { getContext } from "svelte";