create post top button + misc. cleanup

This commit is contained in:
Yusur 2025-10-28 20:06:06 +01:00
parent 599075219f
commit f0a0700aa1
5 changed files with 27 additions and 12 deletions

View file

@ -1,7 +1,5 @@
<script lang="ts">
import { DateTime } from "luxon";
import { RiEditLine, RiFlagLine, RiHistoryLine, RiHome2Line, RiUserLine } from "svelte-remixicon";
import { RiEditLine, RiFlagLine } from "svelte-remixicon";
import type { PostEntry } from "./backend";
import SLayout from "./SLayout.svelte";
import GuildAbout from "./GuildAbout.svelte";