Skip to content

Commit

Permalink
fix: silence linter warning
Browse files Browse the repository at this point in the history
This hopefully has a better solution.
  • Loading branch information
edoardo committed May 27, 2024
1 parent 7c89527 commit b8bc8da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { useConfig } from '@dhis2/app-runtime'
import { useD2 } from '@dhis2/app-runtime-adapter-d2'
// eslint-disable-next-line import/no-unresolved
import { Plugin } from '@dhis2/app-runtime/experimental'
import { CenteredContent, CircularLoader } from '@dhis2/ui'
import PropTypes from 'prop-types'
Expand Down

0 comments on commit b8bc8da

Please sign in to comment.