1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-05 09:36:41 +07:00

sending register request

This commit is contained in:
Fedor Katurov 2020-08-20 17:04:56 +07:00
parent 3a11b01c99
commit 9486c5bdf5
5 changed files with 43 additions and 3 deletions

View file

@ -1,13 +0,0 @@
import React, { FC } from 'react';
import { Button } from '~/components/input/Button';
import styles from './styles.module.scss';
interface IProps {}
const LoginSocialRegisterButtons: FC<IProps> = () => (
<div className={styles.wrap}>
<Button stretchy>Зарегистрироваться</Button>
</div>
);
export { LoginSocialRegisterButtons };