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 ".";