remove barrel files in renderer

This commit is contained in:
jeffvli
2025-09-22 22:39:46 -07:00
parent 34b728c86d
commit b685ec370a
109 changed files with 187 additions and 216 deletions
@@ -1,7 +1,7 @@
import { useTranslation } from 'react-i18next';
import { useLocation, useNavigate } from 'react-router-dom';
import { AnimatedPage } from '/@/renderer/features/shared';
import { AnimatedPage } from '/@/renderer/features/shared/components/animated-page';
import { ActionIcon } from '/@/shared/components/action-icon/action-icon';
import { Center } from '/@/shared/components/center/center';
import { Group } from '/@/shared/components/group/group';