Skip to content
Snippets Groups Projects

chore: fix typos

Merged Bastien DUMONT requested to merge fix-typos into dev
5 files
+ 10
4
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -5,6 +5,7 @@ import CustomEditor from '../CustomEditor'
import ImagePicker from '../ImagePicker/ImagePicker'
import { ContentItems } from '../Newsletter'
import './monthlyInfo.scss'
interface MonthlyInfoProps {
onSave: () => Promise<void>
onCancel: () => void
Loading