diff --git a/src/components/buttons/PinButton/index.js b/src/components/modals/pin/Pin/components/PinButton/index.js similarity index 100% rename from src/components/buttons/PinButton/index.js rename to src/components/modals/pin/Pin/components/PinButton/index.js diff --git a/src/components/modals/pin/Pin/index.js b/src/components/modals/pin/Pin/index.js index d3c0ae91..9c0588bf 100644 --- a/src/components/modals/pin/Pin/index.js +++ b/src/components/modals/pin/Pin/index.js @@ -6,8 +6,8 @@ import Link from 'components/Link'; import colors from 'config/colors'; import styled from 'styled-components'; import PinInput from 'components/inputs/PinInput'; -import PinButton from 'components/buttons/PinButton'; import Button from 'components/buttons/Button'; +import PinButton from './components/PinButton'; import type { Props } from './index'; type State = {