Skip to content

Commit cb9f100

Browse files
Fix duplicate import lines in CommentBox
Co-authored-by: RitvikSardana <[email protected]>
1 parent c213e6d commit cb9f100

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

desk/src/components/CommentBox.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ import {
196196
} from "frappe-ui";
197197
import { PropType, computed, onMounted, ref } from "vue";
198198
import LucidePin from "~icons/lucide/pin";
199-
} from "frappe-ui";
200-
import { PropType, computed, onMounted, ref } from "vue";
201199
202200
const authStore = useAuthStore();
203201
const props = defineProps({

0 commit comments

Comments
 (0)