Browse Source

fix(SuccessfulSendPayment): move to components folder, remove old components folder

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
ab5c59540a
  1. 0
      app/components/ModalRoot/SuccessfulSendPayment.js
  2. 2
      app/components/ModalRoot/SuccessfulSendPayment.scss
  3. 3
      app/routes/app/components/components/ModalRoot/SuccessfulSendPayment/index.js

0
app/routes/app/components/components/ModalRoot/SuccessfulSendPayment/SuccessfulSendPayment.js → app/components/ModalRoot/SuccessfulSendPayment.js

2
app/routes/app/components/components/ModalRoot/SuccessfulSendPayment/SuccessfulSendPayment.scss → app/components/ModalRoot/SuccessfulSendPayment.scss

@ -1,4 +1,4 @@
@import '../../../../../../variables.scss';
@import '../../variables.scss';
.container {
position: relative;

3
app/routes/app/components/components/ModalRoot/SuccessfulSendPayment/index.js

@ -1,3 +0,0 @@
import SuccessfulSendPayment from './SuccessfulSendPayment'
export default SuccessfulSendPayment
Loading…
Cancel
Save