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;