File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments