diff --git a/packages/app/components/GearList/GearList.tsx b/packages/app/components/GearList/GearList.tsx index 8a2977e5d..0b6584aa1 100644 --- a/packages/app/components/GearList/GearList.tsx +++ b/packages/app/components/GearList/GearList.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { RStack as OriginalRStack, RText as OriginalRText } from '@packrat/ui'; import { FontAwesome5 } from '@expo/vector-icons'; -import { AddPackContainer } from '../../modules/pack/screens/AddPackScreen'; +import { AddPackContainer } from '../../modules/pack/widgets/AddPackContainer'; import useTheme from '../../hooks/useTheme'; import PackContainer from '../../modules/pack/widgets/PackContainer';