Move "PinButton" into Pin's components folder

pull/9/head
Vasek Mlejnsky 6 years ago
parent c8e5ba5dbd
commit 70f4f3c6d5

@ -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 = {

Loading…
Cancel
Save