Skip to content

Commit

Permalink
fix: adapt type external
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Oct 30, 2024
1 parent e5eecf4 commit 61ef1f0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<script lang="ts">
import { StoreVersion } from "../../../types/modal"
import ChromeIcon from "../../components/icons/brands/ChromeIcon.svelte";
import FirefoxIcon from "../../components/icons/brands/FirefoxIcon.svelte";
import EdgeIcon from "../../components/icons/brands/EdgeIcon.svelte";
Expand All @@ -9,7 +7,7 @@
export let extensionName: string = ""
export let downloadLinks: Record<StoreVersion, "" | undefined> | undefined = {
export let downloadLinks: Record<string, string> | undefined = {
chrome: "",
edge: "",
firefox: "",
Expand Down

0 comments on commit 61ef1f0

Please # to comment.