import { Props } from "./Props"; export const ArchiveSmall = (props: Props) => { return ( ); };