fix: react-doctor unused-export 141→~80 (remove dead exports, enums/marketing unused, inline campaignStatusEnum)

This commit is contained in:
Nora
2026-06-26 05:25:36 -06:00
parent 0ea11e4db6
commit 13d15883b1
34 changed files with 106 additions and 174 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ interface ClientAction {
}>;
}
export async function listClientActions(): Promise<ClientAction[]> {
async function listClientActions(): Promise<ClientAction[]> {
await getSession(); // Wire real server actions here as they land:
// { name: "markOrderReady", handler: markOrderReady },