diff --git a/src/PluginWrapper.js b/src/PluginWrapper.js index 733b1dac6..e4590dc35 100644 --- a/src/PluginWrapper.js +++ b/src/PluginWrapper.js @@ -1,7 +1,8 @@ +import { DashboardPluginWrapper } from '@dhis2/analytics' import React, { useCallback, useEffect, useState } from 'react' import { Visualization } from './components/Visualization/Visualization.js' -import { DashboardPluginWrapper } from './DashboardPluginWrapper.js' import { getAdaptedUiSorting } from './modules/current.js' +import './locales/index.js' const PluginWrapper = (props) => { const [propsFromParent, setPropsFromParent] = useState(props)