From 64a16e53dab626e6ac522e5ba90e5e3f98582e12 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Thu, 25 Apr 2024 14:29:09 +0800 Subject: [PATCH] update --- src/app/api/team/actions.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/api/team/actions.ts b/src/app/api/team/actions.ts index 492c03c..a86ccf6 100644 --- a/src/app/api/team/actions.ts +++ b/src/app/api/team/actions.ts @@ -1,8 +1,7 @@ "use server"; import { serverFetchJson } from "@/app/utils/fetchUtil"; import { BASE_API_URL } from "@/config/api"; -import { cache } from "react"; -import { Staff, StaffGroup } from "../staff"; +import { cache } from "react"; import { TeamResult } from ".";