import React from "react"; export const InboxSidebarLoader = () => (
{[...Array(6)].map((i, index) => (
))}
);