Browse Source

chore: remove comment

Silentoplayz 3 tháng trước cách đây
mục cha
commit
f429dd667f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/admin/Evaluations/FeedbackModal.svelte

+ 1 - 1
src/lib/components/admin/Evaluations/FeedbackModal.svelte

@@ -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;