mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
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
This commit is contained in:
parent
649f315dba
commit
112d5f21cb
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
"use client";
|
||||
|
||||
import { Pricing } from "@/components/pricing";
|
||||
|
||||
const demoPlans = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue