Fixed tab for admin-notes
This commit is contained in:
parent
31fe4ddb73
commit
3885da1fad
|
@ -5,12 +5,12 @@ import { DeleteAllNotes } from './delete-all-notes';
|
|||
import { AddNote } from './add-note';
|
||||
|
||||
export const AdminNotes = () => {
|
||||
return (
|
||||
<>
|
||||
<h2>Admin notes</h2>
|
||||
<p>This section contains tools for managing admin notes.</p>
|
||||
<AddNote />
|
||||
<DeleteAllNotes />
|
||||
</>
|
||||
);
|
||||
return (
|
||||
<>
|
||||
<h2>Admin notes</h2>
|
||||
<p>This section contains tools for managing admin notes.</p>
|
||||
<AddNote/>
|
||||
<DeleteAllNotes/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue