Cleanup: Organize Imports (missing files)
This commit is contained in:
parent
525f3eb03d
commit
eb7271a0c3
@ -1,6 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import { goto } from '$app/navigation';
|
import { goto } from '$app/navigation';
|
||||||
import { buildCommentTree } from '$lib/client/nodetree';
|
|
||||||
import { getNamedId } from '$lib/util';
|
import { getNamedId } from '$lib/util';
|
||||||
import Post from './page/post.svelte';
|
import Post from './page/post.svelte';
|
||||||
import PostCard from './postcard.svelte';
|
import PostCard from './postcard.svelte';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { getUser, getUsersCached, getUsersCachedByRef } from './user';
|
import { getUsersCachedByRef } from './user';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {import('$types/base').Comment} Comment
|
* @typedef {import('$types/base').Comment} Comment
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user