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

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