schemas and fields

This commit is contained in:
2026-01-07 23:49:55 +02:00
parent 874ddd33e2
commit 53f9548966
17 changed files with 573 additions and 240 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script>
import { friendlyDate } from "../../helpers";
import Avatar from "../account/Avatar.svelte";
import Avatar from "../../common/Avatar.svelte";
import { usernameById } from "../account/users";
import Icon from "../common/Icon.svelte";
import RevisionCell from "./revisions/RevisionCell.svelte";