remove unecessary path import

This commit is contained in:
Ruben Fiszel
2024-11-01 11:20:20 +01:00
committed by GitHub
parent f6f524686a
commit ff146ddb65

View File

@@ -10,7 +10,6 @@
import { Plus, Loader2, Link2Off } from 'lucide-svelte'
import type { AppViewerContext } from './apps/types'
import { sendUserToast } from '$lib/toast'
import path from 'path'
const dispatch = createEventDispatcher()