Skip to content

Commit

Permalink
Move FlagIcon outside of Options
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Aug 28, 2024
1 parent b323bb7 commit 4c4c396
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import {L} from "@Core/Localization/Localization";
import {__regionUnavailable} from "@Strings/_strings";
import type {PackageDetailsPrice} from "./FRegionalPricing";
import FlagIcon from "@Options/Modules/Icons/FlagIcon.svelte";
import FlagIcon from "@Icons/FlagIcon.svelte";
export let countries: string[];
export let prices: Record<string, PackageDetailsPrice>;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import DeleteIcon from "../../Icons/DeleteIcon.svelte";
import {slide} from "svelte/transition";
import OptionGroup from "../Components/OptionGroup.svelte";
import FlagIcon from "../../Icons/FlagIcon.svelte";
import FlagIcon from "@Icons/FlagIcon.svelte";
export let settings: Writable<SettingsSchema>;
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@Content/*": ["./src/js/Content/*"],
"@Background/*": ["./src/js/Background/*"],
"@Strings/*": ["./src/localization/compiled/*"],
"@Icons/*": ["./src/js/Icons/*"],
"config": ["./src/js/config"],
}
}
Expand Down

0 comments on commit 4c4c396

Please sign in to comment.