import React from 'react' import ProfileGalleryPanel from '../ProfileGalleryPanel' export default function TabArtworks({ artworks, featuredArtworks, username, isActive }) { return (
) }