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

user settings mechanism

This commit is contained in:
Fedor Katurov 2019-11-13 18:02:09 +07:00
parent 5fe0deca17
commit a90285a4ac
10 changed files with 162 additions and 4 deletions
src/components/profile/ProfileDescription

View file

@ -1,5 +1,4 @@
import React, { FC } from 'react';
import { IUser } from '~/redux/auth/types';
import { formatText } from '~/utils/dom';
import styles from './styles.scss';
import { connect } from 'react-redux';