hts/apps/staffai/app/[locale]/manage/staffs/[staffId]/settings/actions.ts

8 lines
139 B
TypeScript

"use server";
import { revalidatePath } from "next/cache";
export async function revalidate() {
await revalidatePath("/", "layout");
}