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:
parent
920a8adaa2
commit
746d10ce8b
8 changed files with 38 additions and 9 deletions
8
src/components/flow/FlowRecent/index.tsx
Normal file
8
src/components/flow/FlowRecent/index.tsx
Normal 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 };
|
Loading…
Add table
Add a link
Reference in a new issue