SurfSense/surfsense_web/components/pricing
barry3406 15743a482b perf: remove unnecessary "use client" from pricing-section.tsx
This component uses zero client-side features (no hooks, no event
handlers, no browser APIs). It only defines a static data array and
renders a <Pricing> child component which is already a Client
Component itself.

Removing the directive lets Next.js render this wrapper and its
static data on the server, reducing the client JS bundle.

Fixes #1193
2026-04-09 05:09:26 -07:00
..
pricing-section.tsx perf: remove unnecessary "use client" from pricing-section.tsx 2026-04-09 05:09:26 -07:00