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;