update imports

This commit is contained in:
fmtabbara
2021-08-31 15:28:46 +01:00
parent 1c690fc3d0
commit c7fe4cd24e
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -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'
+1 -1
View File
@@ -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'