diff --git a/src/components/buttons/NotificationButton/index.js b/src/components/Notification/components/NotificationButton/index.js similarity index 100% rename from src/components/buttons/NotificationButton/index.js rename to src/components/Notification/components/NotificationButton/index.js diff --git a/src/components/Notification/index.js b/src/components/Notification/index.js index 341b4ca6..1a8f2178 100644 --- a/src/components/Notification/index.js +++ b/src/components/Notification/index.js @@ -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;