Implement WYSIWYG to edit the website content #272

Merged
bustikiller merged 6 commits from website-editor into main 2025-06-08 19:10:42 +00:00
Showing only changes of commit 97d47b339a - Show all commits

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024-2025 LibreWeddingPlanner contributors*/
'use client'
import { useEditor, EditorContent } from '@tiptap/react'