Cleanup: Organize Imports
This commit is contained in:
@@ -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 {{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import { gotoNamedId } from "$lib/util";
|
||||
import { onMount } from "svelte";
|
||||
import { gotoNamedId } from "$lib/util";
|
||||
import { onMount } from "svelte";
|
||||
|
||||
/**
|
||||
* @type {{
|
||||
|
||||
Reference in New Issue
Block a user