import type { Prompt } from "~/types";

export async function updatePromptFile(_p: Prompt) {
  // TODO
}
