Cleanup: Organize Imports (missing files)

This commit is contained in:
Donatas Kirda 2024-05-14 13:18:23 +03:00
parent 525f3eb03d
commit eb7271a0c3
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F
2 changed files with 1 additions and 2 deletions

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';

View File

@ -1,4 +1,4 @@
import { getUser, getUsersCached, getUsersCachedByRef } from './user';
import { getUsersCachedByRef } from './user';
/**
* @typedef {import('$types/base').Comment} Comment