diff --git a/amplify.yml b/amplify.yml index 429d3f62..45e88eac 100644 --- a/amplify.yml +++ b/amplify.yml @@ -14,7 +14,6 @@ frontend: phases: preBuild: commands: - - nvm install 22 - nvm use 22 - npm ci build: diff --git a/app/store/[slug]/products/inventory/page.tsx b/app/store/[slug]/products/inventory/page.tsx index 893af607..269ff5b9 100644 --- a/app/store/[slug]/products/inventory/page.tsx +++ b/app/store/[slug]/products/inventory/page.tsx @@ -1,6 +1,6 @@ 'use client' -import { InventoryManager } from '@/app/store/components/product-management/InventoryManager' +import { InventoryManager } from '@/app/store/components/product-management/main-components/InventoryManager' import { Amplify } from 'aws-amplify' import { getStoreId } from '@/utils/store-utils' import { useParams, usePathname } from 'next/navigation'