diff --git a/features/marketplace/frontend-public/src/features/coop/components/CoopCreationWizard/steps/ConfirmStep.tsx b/features/marketplace/frontend-public/src/features/coop/components/CoopCreationWizard/steps/ConfirmStep.tsx index 989df05dc..37df59ae6 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/CoopCreationWizard/steps/ConfirmStep.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/CoopCreationWizard/steps/ConfirmStep.tsx @@ -2,7 +2,6 @@ * ConfirmStep (Step 3) - Summary and confirmation */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/CoopCreationWizard/steps/SettingsStep.tsx b/features/marketplace/frontend-public/src/features/coop/components/CoopCreationWizard/steps/SettingsStep.tsx index 382367597..f8be0a1b4 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/CoopCreationWizard/steps/SettingsStep.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/CoopCreationWizard/steps/SettingsStep.tsx @@ -2,7 +2,6 @@ * SettingsStep (Step 2) - Cooperative settings configuration */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/CoopMemberCard.tsx b/features/marketplace/frontend-public/src/features/coop/components/CoopMemberCard.tsx index 323e64ae9..f383344c0 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/CoopMemberCard.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/CoopMemberCard.tsx @@ -5,7 +5,6 @@ * Used in cooperative management page. */ -/** @jsxImportSource react */ import { useState } from 'react' import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/CoopPartnersMarquee/PartnerCard.tsx b/features/marketplace/frontend-public/src/features/coop/components/CoopPartnersMarquee/PartnerCard.tsx index 47320d839..b326b438d 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/CoopPartnersMarquee/PartnerCard.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/CoopPartnersMarquee/PartnerCard.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/CoopPartnersMarquee/index.tsx b/features/marketplace/frontend-public/src/features/coop/components/CoopPartnersMarquee/index.tsx index 74e0be1c2..40b676a06 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/CoopPartnersMarquee/index.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/CoopPartnersMarquee/index.tsx @@ -5,7 +5,6 @@ * opted into cross-promotion. Shows on public profile pages. */ -/** @jsxImportSource react */ import type { FC } from 'react'; import { useEffect, useRef, useState } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/DuoBookingSelector.tsx b/features/marketplace/frontend-public/src/features/coop/components/DuoBookingSelector.tsx index e795feb4a..c36abb8c1 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/DuoBookingSelector.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/DuoBookingSelector.tsx @@ -5,7 +5,6 @@ * about a duo or group session. */ -/** @jsxImportSource react */ import type { FC } from 'react'; import { useCallback, useState } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/DuoPartnerSection.tsx b/features/marketplace/frontend-public/src/features/coop/components/DuoPartnerSection.tsx index 3f10368b5..ca9654466 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/DuoPartnerSection.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/DuoPartnerSection.tsx @@ -5,7 +5,6 @@ * This is the public-facing component for profile pages. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/InvitationCard/InvitationCard.tsx b/features/marketplace/frontend-public/src/features/coop/components/InvitationCard/InvitationCard.tsx index f2c68a82d..00cbe5a1a 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/InvitationCard/InvitationCard.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/InvitationCard/InvitationCard.tsx @@ -5,7 +5,6 @@ * and actions to accept or decline. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/InvitationList/InvitationList.tsx b/features/marketplace/frontend-public/src/features/coop/components/InvitationList/InvitationList.tsx index e529b7826..a3e2a4ef3 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/InvitationList/InvitationList.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/InvitationList/InvitationList.tsx @@ -4,7 +4,6 @@ * Renders a list of cooperative invitations. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/InvitationsEmptyState/InvitationsEmptyState.tsx b/features/marketplace/frontend-public/src/features/coop/components/InvitationsEmptyState/InvitationsEmptyState.tsx index aed7391c6..896b4a0d4 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/InvitationsEmptyState/InvitationsEmptyState.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/InvitationsEmptyState/InvitationsEmptyState.tsx @@ -4,7 +4,6 @@ * Displayed when the user has no pending invitations. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/InvitationsErrorState/InvitationsErrorState.tsx b/features/marketplace/frontend-public/src/features/coop/components/InvitationsErrorState/InvitationsErrorState.tsx index 393de91a0..892c424c1 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/InvitationsErrorState/InvitationsErrorState.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/InvitationsErrorState/InvitationsErrorState.tsx @@ -4,7 +4,6 @@ * Displayed when there's an error loading invitations. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/components/InvitationsLoadingState/InvitationsLoadingState.tsx b/features/marketplace/frontend-public/src/features/coop/components/InvitationsLoadingState/InvitationsLoadingState.tsx index 34defb6b5..051477e9b 100644 --- a/features/marketplace/frontend-public/src/features/coop/components/InvitationsLoadingState/InvitationsLoadingState.tsx +++ b/features/marketplace/frontend-public/src/features/coop/components/InvitationsLoadingState/InvitationsLoadingState.tsx @@ -4,7 +4,6 @@ * Displayed while invitations are being loaded. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/pages/CoopCreatePage.tsx b/features/marketplace/frontend-public/src/features/coop/pages/CoopCreatePage.tsx index e5ebd58c1..50657b6ee 100644 --- a/features/marketplace/frontend-public/src/features/coop/pages/CoopCreatePage.tsx +++ b/features/marketplace/frontend-public/src/features/coop/pages/CoopCreatePage.tsx @@ -4,7 +4,6 @@ * Wraps the CoopCreationWizard with proper layout and auth. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/pages/CoopInvitationsPage.tsx b/features/marketplace/frontend-public/src/features/coop/pages/CoopInvitationsPage.tsx index 43d76c1b6..05466c04b 100644 --- a/features/marketplace/frontend-public/src/features/coop/pages/CoopInvitationsPage.tsx +++ b/features/marketplace/frontend-public/src/features/coop/pages/CoopInvitationsPage.tsx @@ -4,7 +4,6 @@ * Lists all pending invitations the user has received. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/marketplace/frontend-public/src/features/coop/pages/CoopListPage/components/CoopCard.tsx b/features/marketplace/frontend-public/src/features/coop/pages/CoopListPage/components/CoopCard.tsx index 500711511..1072ca106 100644 --- a/features/marketplace/frontend-public/src/features/coop/pages/CoopListPage/components/CoopCard.tsx +++ b/features/marketplace/frontend-public/src/features/coop/pages/CoopListPage/components/CoopCard.tsx @@ -2,7 +2,6 @@ * CoopCard - Displays a cooperative card with status, members, and features */ -/** @jsxImportSource react */ import type { FC } from 'react';