Skip to content

Commit 84bbd11

Browse files
chore: fix lint
1 parent 89095ab commit 84bbd11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/package/[...package]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
import * as Collapsible from "$lib/components/ui/collapsible";
1313
import { Separator } from "$lib/components/ui/separator";
1414
import { Skeleton } from "$lib/components/ui/skeleton";
15+
import AnimatedButton from "$lib/components/AnimatedButton.svelte";
1516
import AnimatedCollapsibleContent from "$lib/components/AnimatedCollapsibleContent.svelte";
1617
import MarkdownRenderer from "$lib/components/MarkdownRenderer.svelte";
1718
import { getPackageSettings } from "../settings.svelte";
1819
import type { Snapshot } from "./$types";
1920
import ReleaseCard from "./ReleaseCard.svelte";
20-
import AnimatedButton from "$lib/components/AnimatedButton.svelte";
2121
2222
const loadingSentences = [
2323
"Loading",

src/routes/tracker/[org]/[repo]/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import { Menu } from "@lucide/svelte";
55
import { uniqueRepos } from "$lib/repositories";
66
import * as Sheet from "$lib/components/ui/sheet";
7-
import RepoSidePanel from "./RepoSidePanel.svelte";
87
import AnimatedButton from "$lib/components/AnimatedButton.svelte";
8+
import RepoSidePanel from "./RepoSidePanel.svelte";
99
1010
let { params, children } = $props();
1111

0 commit comments

Comments
 (0)