summaryrefslogtreecommitdiff
path: root/app/src/components/cat/Form.tsx
blob: 7e58be4da3471eebec25b01664a4c2ff0bd282b9 (plain)
1
2
3
4
5
"use client";

export default function ProcessEntry() {
  return <form method="POST" action="/api/save-categorization"></form>;
}