generated from Luis/nextjs-python-web-template
add use client to server components
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import SummaryDetails from "@/components/summary_card";
|
||||
import { Client2SummaryDetails } from "@/mock/client_2";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user