From 97d47b339aa67a40b9c9c7369087eaafbbd198f1 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 8 Jun 2025 18:04:42 +0000 Subject: [PATCH] Add copyright notice --- app/components/Tiptap.tsx | 2 ++ 1 file changed, 2 insertions(+) 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'