Cleanup: Organize Imports (missing files)

This commit is contained in:
2024-05-14 13:18:23 +03:00
parent 525f3eb03d
commit eb7271a0c3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
<script>
import { goto } from '$app/navigation';
import { buildCommentTree } from '$lib/client/nodetree';
import { getNamedId } from '$lib/util';
import Post from './page/post.svelte';
import PostCard from './postcard.svelte';
+1 -1
View File
@@ -1,4 +1,4 @@
import { getUser, getUsersCached, getUsersCachedByRef } from './user';
import { getUsersCachedByRef } from './user';
/**
* @typedef {import('$types/base').Comment} Comment