+
+
+ -
+ push(urls.organizationBillingSection('overview'))}
+ active={activeSection === 'overview'}
+ size="small"
+ fullWidth
+ >
+ Overview
+
+
+ -
+ push(urls.organizationBillingSection('usage'))}
+ active={activeSection === 'usage'}
+ size="small"
+ fullWidth
+ >
+ Usage
+
+
+
+
+
+ {activeSection === 'overview' ? : }
+
+
+ )
+}
diff --git a/frontend/src/scenes/billing/BillingUsage.tsx b/frontend/src/scenes/billing/BillingUsage.tsx
new file mode 100644
index 0000000000000..b93e51dbd5acb
--- /dev/null
+++ b/frontend/src/scenes/billing/BillingUsage.tsx
@@ -0,0 +1,10 @@
+import { LemonBanner } from '@posthog/lemon-ui'
+
+export function BillingUsage(): JSX.Element {
+ return (
+