/** * Internal dependencies. */ import { DeleteAllNotes } from './delete-all-notes'; import { AddNote } from './add-note'; export const AdminNotes = () => { return ( <>
This section contains tools for managing admin notes.