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

photoswipe element

This commit is contained in:
Fedor Katurov 2020-04-20 18:04:09 +07:00
parent 55c806ce21
commit 19aeb8a334
16 changed files with 260 additions and 58 deletions

View file

@ -8,6 +8,7 @@ import { PRESETS } from '~/constants/urls';
interface IProps {
node: INode;
modalShowPhotoswipe: any;
}
const NodeAudioImageBlock: FC<IProps> = ({ node }) => {