diff --git a/tauri-wallet/src/routes/balance.tsx b/tauri-wallet/src/routes/balance.tsx index 8b9eb90534..32a18a1a1f 100644 --- a/tauri-wallet/src/routes/balance.tsx +++ b/tauri-wallet/src/routes/balance.tsx @@ -2,8 +2,6 @@ import React, { useContext } from 'react' import { Button, Grid } from '@material-ui/core' import { Refresh } from '@material-ui/icons' import { Layout, NymCard, Page } from '../components' -import { NoClientError } from '../components/NoClientError' -import { Confirmation } from '../components/Confirmation' import { ClientContext } from '../context/main' import { Alert } from '@material-ui/lab' import { theme } from '../theme' diff --git a/tauri-wallet/src/routes/sign-in.tsx b/tauri-wallet/src/routes/sign-in.tsx index ecd1b553a6..bcd8c49bdd 100644 --- a/tauri-wallet/src/routes/sign-in.tsx +++ b/tauri-wallet/src/routes/sign-in.tsx @@ -11,8 +11,8 @@ import { } from '@material-ui/core' import { Alert } from '@material-ui/lab' import { useTheme } from '@material-ui/styles' -import logo from '../images/logo.png' import { invoke } from '@tauri-apps/api' +import logo from '../images/logo.png' import { ClientContext } from '../context/main' import { TClientDetails } from '../types/global'