feat(products-ui): admin nav + Products page with import history (§5.2)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 16:29:20 -07:00
parent b5dac8886f
commit 26f84cb916
7 changed files with 395 additions and 22 deletions
@@ -0,0 +1,5 @@
// Run detail (SD-0002 §5.5) — stub; Task 14 replaces this with the run report.
export default function RunDetail({ runId }: { runId: number }) {
void runId;
return null;
}