Manage Note
Create or edit a Note with a simple modal.
Component: <ManageNote/>
Path: /components/shared/manage-note.tsx
Import:
import { ManageNote } from "@/components/shared/manage-note";

This component is used by both users and admins to create AND edit the notes. The aim here is to mutualize and avoid multiplying user interface components.
Last updated