'use client' import { useNoteEditorContext } from './note-editor-context' import { LabelBadge } from '../label-badge' import { GhostTags } from '../ghost-tags' import { cn } from '@/lib/utils' export function NoteMetadataSection() { const { state, actions, readOnly } = useNoteEditorContext() return (