"use server"; import { revalidatePath } from "next/cache"; const action = async () => { revalidatePath("/"); }; export default action;