style: add blank line before LiveLogViewProps interface

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-01 10:01:34 +02:00
co-authored by Cursor
parent f083294db5
commit e068f083c1
+1
View File
@@ -65,6 +65,7 @@ import CourseDialInput from './CourseDialInput.tsx'
import LiveCameraCapture from './LiveCameraCapture.tsx'
import { saveEntryPhoto, deleteEntryPhoto } from '../services/photoAttachments.js'
import { blobToCompressedJpegDataUrl } from '../utils/imageCompress.js'
interface LiveLogViewProps {
logbookId: string
onOpenEditor: (entryId: string) => void