mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
removed photoswipe from props
This commit is contained in:
parent
e6d5c9210b
commit
91a551cb6c
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import { PRESETS } from '~/constants/urls';
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
node: INode;
|
node: INode;
|
||||||
modalShowPhotoswipe: any;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const NodeAudioImageBlock: FC<IProps> = ({ node }) => {
|
const NodeAudioImageBlock: FC<IProps> = ({ node }) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue