diff --git a/packages/ui/src/foundations/enterprise-module/components/action-confirmation-modal.tsx b/packages/ui/src/foundations/enterprise-module/components/action-confirmation-modal/index.tsx similarity index 98% rename from packages/ui/src/foundations/enterprise-module/components/action-confirmation-modal.tsx rename to packages/ui/src/foundations/enterprise-module/components/action-confirmation-modal/index.tsx index 0b52c3b..46913e0 100644 --- a/packages/ui/src/foundations/enterprise-module/components/action-confirmation-modal.tsx +++ b/packages/ui/src/foundations/enterprise-module/components/action-confirmation-modal/index.tsx @@ -4,8 +4,8 @@ import { useForm, FormProvider } from 'react-hook-form'; import { zodResolver } from '@hookform/resolvers/zod'; import type { BaseEntity } from '@repo/core-api/data-services'; -import type { ActionModalConfig, ActionModalState, ModuleActionType } from '../entities/entity'; -import { ModuleAction } from '../entities/entity'; +import type { ActionModalConfig, ActionModalState, ModuleActionType } from '../../entities/entity'; +import { ModuleAction } from '../../entities/entity'; // --------------------------------------------------------------------------- // Types diff --git a/packages/ui/src/foundations/enterprise-module/components/module-page-header.tsx b/packages/ui/src/foundations/enterprise-module/components/module-page-header/index.tsx similarity index 99% rename from packages/ui/src/foundations/enterprise-module/components/module-page-header.tsx rename to packages/ui/src/foundations/enterprise-module/components/module-page-header/index.tsx index 3760682..80d55f0 100644 --- a/packages/ui/src/foundations/enterprise-module/components/module-page-header.tsx +++ b/packages/ui/src/foundations/enterprise-module/components/module-page-header/index.tsx @@ -14,7 +14,7 @@ import { } from '@mantine/core'; import { useLocalStorage } from '@mantine/hooks'; import { ChevronRight, LucideIcon, Maximize2, Minimize2 } from 'lucide-react'; // <-- Update Import Icon -import { PageActions, PageActionsProps } from '../../../components'; +import { PageActions, PageActionsProps } from '../../../../components'; // --------------------------------------------------------------------------- // Types