import * as React from "react"; import styled from "styled-components"; import PlaceholderText from "~/components/PlaceholderText"; function PlaceholderCollections(props: React.HTMLAttributes) { return ( ); } const Wrapper = styled.div` margin: 4px 12px; width: 75%; `; export default PlaceholderCollections;