We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572b3ed commit b62fa1bCopy full SHA for b62fa1b
src/routes/package/SidePanel.svelte
@@ -13,7 +13,6 @@
13
import { Label } from "$lib/components/ui/label";
14
import { Separator } from "$lib/components/ui/separator";
15
import * as Card from "$lib/components/ui/card";
16
- import * as Tooltip from "$lib/components/ui/tooltip";
17
18
type CleanRelease = { cleanName: string; cleanVersion: string } & GitHubRelease;
19
0 commit comments