- Creates new query management page at /queries with view and delete functionality (frontend). - Adds react-quill and react-signature-canvas libraries. - Moves patient and doctor pages out of /dashboard nesting. - Updates the sidebar to reflect the new routes, fixing 404 errors.
4 lines
52 B
TypeScript
4 lines
52 B
TypeScript
export default function Loading() {
|
|
return null
|
|
}
|