mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +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
0811f9f252
commit
ee0eb4cd68
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
"use client";
|
|
||||||
|
|
||||||
import { Pricing } from "@/components/pricing";
|
import { Pricing } from "@/components/pricing";
|
||||||
|
|
||||||
const demoPlans = [
|
const demoPlans = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue