diff --git a/actions/ideas.ts b/actions/ideas.ts index dea31c7..1ae5e47 100644 --- a/actions/ideas.ts +++ b/actions/ideas.ts @@ -686,6 +686,3 @@ async function loadOwnedIdea( select, }) as Promise | null> } - -// Re-export voor zustandshelp tijdens testing — geen runtime-import. -export const __test__ = { canTransition }