/*! * Copyright (c) 2024 PLANKA Software GmbH * Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md */ import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; import styles from './PdfViewer.module.scss'; const PdfViewer = React.memo(({ src, className }) => ( // eslint-disable-next-line jsx-a11y/iframe-has-title