export const NotificationsLoader = () => (
{[...Array(3)].map((i) => (
))}
);