Skip to content

Commit

Permalink
Refactor: Remove unnecessary i18n imports and initialization in Heade…
Browse files Browse the repository at this point in the history
…r component
  • Loading branch information
Ahmedhossamdev committed Oct 23, 2024
1 parent 6b1cba4 commit 4227fd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/navigation/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
} from '$env/static/public';
import ThemeSwitcher from '$lib/ThemeSwitch/ThemeSwitcher.svelte';
import { t } from 'svelte-i18n';
import '$lib/i18n';
let headerLinks = null;
if (PUBLIC_NAV_BAR_LINKS) {
Expand Down

0 comments on commit 4227fd5

Please sign in to comment.