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