🚚 Move Overview-component to new folder

This commit is contained in:
Philipp Stracker 2025-01-20 17:01:03 +01:00
parent bf087e93dc
commit ab3cca33ec
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ import FeatureSettingsBlock from '../../../ReusableComponents/SettingsBlocks/Fea
import { TITLE_BADGE_POSITIVE } from '../../../ReusableComponents/TitleBadge';
import { useMerchantInfo } from '../../../../data/common/hooks';
import { STORE_NAME } from '../../../../data/common';
import Features from '../../Overview/TabSettingsElements/Blocks/Features';
import Features from '../Components/Overview/Features';
import { todosData } from '../../../../data/settings/tab-overview-todos-data';
import {
NOTIFICATION_ERROR,