sepparate mobile and desktop subcomponents
Unanswered
! AlexNotTheLion posted this in #help-forum
I have a single dynamic navbar component that uses CSS to show / hide mobile and desktop navbars as you would expect, I'm wondering if the sub components of those navbars should be separate components for example the inbox component on desktop is a popover on mobile it's a shadcn drawer, despite the fact the content of each of them is the same, should these be two separate files / components?