ui: rename file
This commit is contained in:
parent
1098f877e6
commit
3d02e7bbe3
4 changed files with 2 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
export { default } from './DashboardMetricSelection';
|
||||
|
|
@ -7,7 +7,7 @@ import { useStore } from 'App/mstore';
|
|||
import { useModal } from 'App/components/Modal';
|
||||
import { dashboardMetricCreate, withSiteId } from 'App/routes';
|
||||
import { withRouter, RouteComponentProps } from 'react-router-dom';
|
||||
import { WidgetCategoryItem } from 'App/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection';
|
||||
import { WidgetCategoryItem } from 'App/components/Dashboard/components/WidgetCategoryItem';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
interface IProps extends RouteComponentProps {
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
export { WidgetCategoryItem } from './WidgetCategoryItem';
|
||||
Loading…
Add table
Reference in a new issue