Skip to content

Commit

Permalink
chore: ignore locales import
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Nov 7, 2024
1 parent 163bead commit 1e00ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions global-shell/src/components/ConfirmUpdateModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
} from '@dhis2/ui'
import PropTypes from 'prop-types'
import React from 'react'
// eslint-disable-next-line import/no-unresolved
import i18n from '../locales/index.js'

export function ConfirmUpdateModal({ clientsCount, onCancel, onConfirm }) {
Expand Down

0 comments on commit 1e00ea7

Please sign in to comment.