export const PostCover = (props: { coverURL: string }) => { return (
); };