diff --git a/app/components/Tiptap.tsx b/app/components/Tiptap.tsx index b066657..1b4f4e2 100644 --- a/app/components/Tiptap.tsx +++ b/app/components/Tiptap.tsx @@ -1,3 +1,5 @@ +/* Copyright (C) 2024-2025 LibreWeddingPlanner contributors*/ + 'use client' import { useEditor, EditorContent } from '@tiptap/react'