1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 13:26:40 +07:00

added recent to reducer

This commit is contained in:
Fedor Katurov 2019-10-28 18:26:12 +07:00
parent 920a8adaa2
commit 746d10ce8b
8 changed files with 38 additions and 9 deletions

View file

@ -0,0 +1,8 @@
import React, { FC } from 'react';
import * as styles from './styles.scss';
interface IProps {}
const FlowRecent: FC<IProps> = ({}) => <div className={styles.grid} />;
export { FlowRecent };