chore: remove comment

This commit is contained in:
Silentoplayz 2025-06-25 18:56:08 -04:00
parent d1e3940abd
commit f429dd667f

View file

@ -2,7 +2,7 @@
import Modal from '$lib/components/common/Modal.svelte';
import { getContext } from 'svelte';
const i18n = getContext('i18n');
import XMark from '$lib/components/icons/XMark.svelte'; // Import the icon
import XMark from '$lib/components/icons/XMark.svelte';
export let show = false;
export let selectedFeedback = null;