mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-05 09:36:41 +07:00
added action to perform send register request
This commit is contained in:
parent
88ee0601c8
commit
3a11b01c99
6 changed files with 70 additions and 25 deletions
13
src/containers/dialogs/LogianSocialRegisterButtons/index.tsx
Normal file
13
src/containers/dialogs/LogianSocialRegisterButtons/index.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
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 };
|
Loading…
Add table
Add a link
Reference in a new issue