-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
COMPTickets related to wethegit-componentsTickets related to wethegit-componentsbugSomething isn't workingSomething isn't working
Description
Description
Almost all components have these sorts of lines:
import { fixedForwardRef, buildBreakpointClassnames, classnames } from "@local/utilities"
//or
import { Flex } from "@local/components"But there are no files in our projects that export components, utilities, and hooks, in this way. Since we're moving away from barrel files, and since we're the primary users of this library, we should fix this.
Proposed solution:
Change these to individual imports on all components, removing the need for nonexistent barrel files
Metadata
Metadata
Assignees
Labels
COMPTickets related to wethegit-componentsTickets related to wethegit-componentsbugSomething isn't workingSomething isn't working