fix: react-doctor unused-export 141→~80 (remove dead exports, enums/marketing unused, inline campaignStatusEnum)
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user