From b27a262a86a02f6358c23fe9f8a66905b385d09c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 11 Aug 2026 12:35:21 +0000 Subject: [PATCH] Fix missing AppSelect import on Promotions page Conflict resolution while merging the select migration onto main dropped the import while leaving AppSelect usage in place. Co-authored-by: Damon --- apps/ui/src/pages/PromotionsPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ui/src/pages/PromotionsPage.tsx b/apps/ui/src/pages/PromotionsPage.tsx index 713926a..a4dfd6b 100644 --- a/apps/ui/src/pages/PromotionsPage.tsx +++ b/apps/ui/src/pages/PromotionsPage.tsx @@ -3,6 +3,7 @@ import { Link, useNavigate } from "react-router-dom"; import type { PersonDTO } from "@prm/shared"; import { api } from "../lib/api"; import { NextStep, PageHeader } from "../components/PageChrome"; +import { AppSelect } from "../components/AppSelect"; type PromoRow = { id: string;