mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-22 09:47:00 +01:00
move components
This commit is contained in:
parent
3632749cc0
commit
610da0fd3e
@ -2,7 +2,7 @@ import React from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import { toDataUrl } from 'ethereum-blockies'
|
||||
import posed, { PoseGroup } from 'react-pose'
|
||||
import { fadeIn } from '../Animations'
|
||||
import { fadeIn } from '../../Animations'
|
||||
import styles from './Saved.module.css'
|
||||
|
||||
export default function Saved({ accounts, handleDelete }) {
|
@ -1,7 +1,7 @@
|
||||
import React, { PureComponent } from 'react'
|
||||
import ethereum_address from 'ethereum-address'
|
||||
import Store from 'electron-store'
|
||||
import { AppContext } from '../../store/createContext'
|
||||
import { AppContext } from '../../../store/createContext'
|
||||
import Saved from './Saved'
|
||||
import New from './New'
|
||||
import styles from './index.module.css'
|
@ -1,5 +1,5 @@
|
||||
.preference {
|
||||
composes: box from '../Box.module.css';
|
||||
composes: box from '../../Box.module.css';
|
||||
-webkit-app-region: none;
|
||||
-webkit-user-select: text;
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import Link from 'next/link'
|
||||
import AccountsList from '../components/AccountsList'
|
||||
import AccountsList from '../components/Preferences/AccountsList'
|
||||
import styles from './preferences.module.css'
|
||||
|
||||
export default function Preferences() {
|
||||
|
@ -2,7 +2,7 @@ import React from 'react'
|
||||
import { render, fireEvent } from '@testing-library/react'
|
||||
import { StateMock } from '@react-mock/state'
|
||||
import { AppContext } from '../../src/renderer/store/createContext'
|
||||
import Accounts from '../../src/renderer/components/AccountsList'
|
||||
import Accounts from '../../src/renderer/components/Preferences/AccountsList'
|
||||
|
||||
describe('Accounts', () => {
|
||||
const ui = (
|
||||
|
Loading…
Reference in New Issue
Block a user