From c6b8b8fa06726b8a1c52c1108cb5c5f72e501bab Mon Sep 17 00:00:00 2001 From: linfeng <2819853134@qq.com> Date: Wed, 5 Mar 2025 21:50:02 +0800 Subject: [PATCH] sada --- apps/web/src/components/test/StaffCard.tsx | 13 +++++++++++++ config/nginx/conf.d/web.conf | 4 ---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 apps/web/src/components/test/StaffCard.tsx diff --git a/apps/web/src/components/test/StaffCard.tsx b/apps/web/src/components/test/StaffCard.tsx new file mode 100644 index 0000000..3c67ea6 --- /dev/null +++ b/apps/web/src/components/test/StaffCard.tsx @@ -0,0 +1,13 @@ +import { Staff } from "packages/common/dist"; +import { api } from "packages/client/dist"; +export const StaffCard = (staff: Staff) => { + const { data } = api.staff.findManyWithPagination.useQuery({ + page + }); + return( +