Cleanup: Organize Imports

This commit is contained in:
2024-05-14 13:16:09 +03:00
parent 446f8015e7
commit 525f3eb03d
8 changed files with 18 additions and 50 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
<script>
import Post from "$comp/page/post.svelte";
import { buildCommentTree } from "$lib/client/nodetree";
import { gotoNamedId } from "$lib/util";
import { onMount } from "svelte";
import Post from "$comp/page/post.svelte";
import { buildCommentTree } from "$lib/client/nodetree";
import { gotoNamedId } from "$lib/util";
import { onMount } from "svelte";
/**
* @type {{
+2 -2
View File
@@ -1,6 +1,6 @@
<script>
import { gotoNamedId } from "$lib/util";
import { onMount } from "svelte";
import { gotoNamedId } from "$lib/util";
import { onMount } from "svelte";
/**
* @type {{