ui: rename file

This commit is contained in:
nick-delirium 2025-05-19 13:56:46 +02:00 committed by Delirium
parent 1098f877e6
commit 3d02e7bbe3
4 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
export { default } from './DashboardMetricSelection';

View file

@ -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 {

View file

@ -0,0 +1 @@
export { WidgetCategoryItem } from './WidgetCategoryItem';