mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added editor panel
This commit is contained in:
parent
ee17b72a7f
commit
bfc779745a
6 changed files with 45 additions and 12 deletions
|
@ -9,7 +9,9 @@ interface IProps {
|
|||
|
||||
const ImageEditor: FC<IProps> = ({
|
||||
}) => (
|
||||
<div className={styles.uploads} />
|
||||
<div className={styles.uploads}>
|
||||
<div />
|
||||
</div>
|
||||
)
|
||||
|
||||
export { ImageEditor };
|
Loading…
Add table
Add a link
Reference in a new issue