fix: removed unused import

This commit is contained in:
Jannat Patel
2025-06-17 16:46:36 +05:30
parent 023c8ac13e
commit 343cb6f97a
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
</div>
</div>
<div class="space-y-2" v-for="(item, key) in contentMap">
<div class="space-y-2" v-for="(item, key) in contentMap" :key="key">
<div
class="flex items-center text-sm font-medium space-x-2 cursor-pointer"
@click="openHelpDialog(key)"

View File

@@ -101,7 +101,6 @@ import { ChevronRight } from 'lucide-vue-next'
import { getEditorTools, enablePlyr } from '@/utils'
import { capture, startRecording, stopRecording } from '@/telemetry'
import { useOnboarding } from 'frappe-ui/frappe'
import { edit } from 'ace-builds'
const { brand } = sessionStore()
const editor = ref(null)