diff --git a/nym-wallet/src/layouts/AppLayout.tsx b/nym-wallet/src/layouts/AppLayout.tsx index 4c476e2319..2f6d8513f1 100644 --- a/nym-wallet/src/layouts/AppLayout.tsx +++ b/nym-wallet/src/layouts/AppLayout.tsx @@ -1,31 +1,31 @@ import React from 'react' import { Box, Divider } from '@mui/material' -import { AddressCard, BalanceCard, Nav } from '../components' +import { Nav } from '../components' import Logo from '../images/logo-background.svg' export const ApplicationLayout: React.FC = ({ children }) => { return ( -