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