From 32598bbe8739140ba29bb67213cc53ed531bb2c8 Mon Sep 17 00:00:00 2001 From: fernandomg Date: Tue, 14 Jul 2020 17:04:39 -0300 Subject: [PATCH] fix relative path --- .../ManageOwners/AddOwnerModal/screens/OwnerForm/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/safe/components/Settings/ManageOwners/AddOwnerModal/screens/OwnerForm/index.tsx b/src/routes/safe/components/Settings/ManageOwners/AddOwnerModal/screens/OwnerForm/index.tsx index a1cffedf..f9ae8a09 100644 --- a/src/routes/safe/components/Settings/ManageOwners/AddOwnerModal/screens/OwnerForm/index.tsx +++ b/src/routes/safe/components/Settings/ManageOwners/AddOwnerModal/screens/OwnerForm/index.tsx @@ -19,7 +19,7 @@ import Hairline from 'src/components/layout/Hairline' import Paragraph from 'src/components/layout/Paragraph' import Row from 'src/components/layout/Row' import { safeOwnersSelector } from 'src/routes/safe/store/selectors' -import { SafeRecordProps } from '../../../../../../store/models/safe' +import { SafeRecordProps } from 'src/routes/safe/store/models/safe' export const ADD_OWNER_NAME_INPUT_TEST_ID = 'add-owner-name-input' export const ADD_OWNER_ADDRESS_INPUT_TEST_ID = 'add-owner-address-testid'