Skip to content

Commit

Permalink
🐛 fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed Aug 18, 2024
1 parent 18bf9a7 commit 3008f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/GearList/GearList.tsx
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 3008f7f

Please sign in to comment.