From a7a39526b4b470065baf02a858cd8a2ee5bf5db9 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Fri, 10 Jun 2022 21:40:28 +0100 Subject: [PATCH] move modal list item to shared dir --- .../src/components/{Delegation => Modals}/ModalListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename nym-wallet/src/components/{Delegation => Modals}/ModalListItem.tsx (90%) diff --git a/nym-wallet/src/components/Delegation/ModalListItem.tsx b/nym-wallet/src/components/Modals/ModalListItem.tsx similarity index 90% rename from nym-wallet/src/components/Delegation/ModalListItem.tsx rename to nym-wallet/src/components/Modals/ModalListItem.tsx index 24da1f7506..4f467d03f8 100644 --- a/nym-wallet/src/components/Delegation/ModalListItem.tsx +++ b/nym-wallet/src/components/Modals/ModalListItem.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { Box, Stack, Typography } from '@mui/material'; -import { ModalDivider } from '../Modals/ModalDivider'; +import { ModalDivider } from './ModalDivider'; export const ModalListItem: React.FC<{ label: string;