import React from 'react'; import Frame from '../../placeholders/Frame'; const Cover = () => { return (
); }; export default Cover;