mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
cleanup
This commit is contained in:
parent
23a38fed60
commit
f38865b01e
1 changed files with 0 additions and 7 deletions
|
@ -49,10 +49,3 @@ const Cell: FC<IProps> = ({ node: { id, title, thumbnail, type, blocks }, onSele
|
||||||
};
|
};
|
||||||
|
|
||||||
export { Cell };
|
export { Cell };
|
||||||
|
|
||||||
/*
|
|
||||||
{type === NODE_TYPES.TEXT && (
|
|
||||||
<div className={styles.text}>{path(['blocks', 0, 'text'], blocks)}</div>
|
|
||||||
)}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue