Skip to content

Commit

Permalink
fix: import local useCacheableSection
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Nov 28, 2024
1 parent fd5dfb3 commit 1cadf36
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import {
useCacheableSection,
useDataEngine,
useDhis2ConnectionStatus,
} from '@dhis2/app-runtime'
import { useDataEngine, useDhis2ConnectionStatus } from '@dhis2/app-runtime'
import { IconStarFilled16, MenuItem, colors } from '@dhis2/ui'
import debounce from 'lodash/debounce.js'
import PropTypes from 'prop-types'
import React, { useCallback } from 'react'
import { useSelector } from 'react-redux'
import { useHistory } from 'react-router-dom'
import { apiPostDataStatistics } from '../../../api/dataStatistics.js'
import { useCacheableSection } from '../../../modules/useCacheableSection.js'
import { sGetSelectedId } from '../../../reducers/selected.js'
import { IconOfflineSaved } from '../../IconOfflineSaved.js'
import styles from './styles/NavigationMenuItem.module.css'
Expand Down

0 comments on commit 1cadf36

Please sign in to comment.