/** * Internal dependencies. */ import { DeleteAllNotes } from './delete-all-notes'; export const AdminNotes = () => { return ( <>

Admin notes

This section contains tools for managing admin notes.

); };