Skip to content

Commit

Permalink
Update import path for Anchor component
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 16, 2024
1 parent 30d3347 commit 7e3fef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import type { AnyZodObject } from 'zod';
import * as m from '$paraglide/messages';
import Anchor from '../Anchor/Anchor.svelte';
import Anchor from '$lib/components/Anchor/Anchor.svelte';
const modalStore: ModalStore = getModalStore();
Expand Down

0 comments on commit 7e3fef8

Please sign in to comment.