diff --git a/src/routes/patches/PatchItem.svelte b/src/routes/patches/PatchItem.svelte index 3402fd6..152ee36 100644 --- a/src/routes/patches/PatchItem.svelte +++ b/src/routes/patches/PatchItem.svelte @@ -3,6 +3,7 @@ import { quintOut } from 'svelte/easing'; import type { Patch } from '$lib/types'; import { compare, coerce } from 'semver'; + import Button from '$lib/components/Button.svelte'; export let patch: Patch; export let showAllVersions: boolean; @@ -22,7 +23,7 @@