new email management page

This commit is contained in:
2025-12-19 23:16:50 -05:00
parent f81974cc0b
commit b224e2d0e0
8 changed files with 420 additions and 7 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
"use client";
import QuillImageResize from "quill-image-resize-module";
Quill.register("modules/imageResize", QuillImageResize);
import dynamic from "next/dynamic";
import type React from "react";