1 2 3 4 5
"use client"; export default function ProcessEntry() { return <form method="POST" action="/api/save-categorization"></form>; }