import React from 'react'; const Collections: React.FC = () => { return (

Collections

Organize and manage your trading card collections

📚

No collections yet

Create your first collection to start organizing your cards

); }; export default Collections;