import React, { FC } from 'react'; import { ImageSwitcher } from '../ImageSwitcher'; import * as styles from './styles.scss'; interface IProps {} const NodeImageBlock: FC = ({}) => (
); export { NodeImageBlock };