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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user