SurfSense/surfsense_web/components/pricing
Trevin Chow ee0eb4cd68 perf: remove unnecessary "use client" from pricing-section.tsx
The component uses no hooks, event handlers, or browser APIs.
The child <Pricing> component already has its own client boundary,
so this wrapper can safely render on the server.

Fixes #1193
2026-04-10 01:07:33 -07:00
..
pricing-section.tsx perf: remove unnecessary "use client" from pricing-section.tsx 2026-04-10 01:07:33 -07:00