update imports
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user