import React from 'react'; const DataErrorAlert = () => (
Invalid Note
The note you selected already has existing data that is not valid with this editor. Please clear the note, or select a new one, and try again.
); export default DataErrorAlert;