Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 25, 2023
1 parent 58c3e15 commit 46a7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Item/TextItem/Item.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { RichTextParser, RichTextEditor } from '@dhis2/analytics'
import i18n from '@dhis2/d2-i18n'
import { Divider, TextArea, spacers } from '@dhis2/ui'
import { Divider, spacers } from '@dhis2/ui'
import PropTypes from 'prop-types'
import React from 'react'
import { connect } from 'react-redux'
Expand Down

0 comments on commit 46a7e8d

Please sign in to comment.