diff --git a/src/features/harbor/components/base/preview-modules/success-template/copy-hash/index.tsx b/src/features/harbor/components/base/preview-modules/success-template/copy-hash/index.tsx index 76ac2a47..bc61e985 100644 --- a/src/features/harbor/components/base/preview-modules/success-template/copy-hash/index.tsx +++ b/src/features/harbor/components/base/preview-modules/success-template/copy-hash/index.tsx @@ -1,3 +1,4 @@ +import { useMemo } from 'react'; import { Pressable } from 'react-native'; import * as Clipboard from 'expo-clipboard'; import { useTranslation } from 'react-i18next';