mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Move "NotificationButton" into Notification's components folder
This commit is contained in:
parent
8fc674f1b4
commit
c8e5ba5dbd
@ -3,7 +3,6 @@ import { bindActionCreators } from 'redux';
|
||||
import { connect } from 'react-redux';
|
||||
import styled, { css } from 'styled-components';
|
||||
import colors from 'config/colors';
|
||||
import NotificationButton from 'components/buttons/NotificationButton';
|
||||
import Icon from 'components/Icon';
|
||||
import icons from 'config/icons';
|
||||
import { FONT_SIZE, FONT_WEIGHT } from 'config/variables';
|
||||
@ -11,6 +10,7 @@ import { FONT_SIZE, FONT_WEIGHT } from 'config/variables';
|
||||
import * as NOTIFICATION from 'actions/constants/notification';
|
||||
import * as NotificationActions from 'actions/NotificationActions';
|
||||
import Loader from 'components/Loader';
|
||||
import NotificationButton from './components/NotificationButton';
|
||||
|
||||
const Wrapper = styled.div`
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user