♻️ (builder) Remove barrel export and flatten folder arch
This commit is contained in:
@@ -6,7 +6,7 @@ type Props = {
|
||||
action: GoogleAnalyticsOptions['action']
|
||||
}
|
||||
|
||||
export const GoogleAnalyticsNodeContent = ({ action }: Props) => (
|
||||
export const GoogleAnalyticsNodeBody = ({ action }: Props) => (
|
||||
<Text color={action ? 'currentcolor' : 'gray.500'} noOfLines={1}>
|
||||
{action ? `Track "${action}"` : 'Configure...'}
|
||||
</Text>
|
||||
Reference in New Issue
Block a user