diff --git a/components/common/EmptyPlaceholder.js b/components/common/EmptyPlaceholder.js index 26a9fcbf..a223814d 100644 --- a/components/common/EmptyPlaceholder.js +++ b/components/common/EmptyPlaceholder.js @@ -1,9 +1,10 @@ import React from 'react'; +import PropTypes from 'prop-types'; import Icon from 'components/common/Icon'; import Logo from 'assets/logo.svg'; import styles from './EmptyPlaceholder.module.css'; -export default function EmptyPlaceholder({ msg, children }) { +function EmptyPlaceholder({ msg, children }) { return (