diff --git a/features/attributes/frontend-admin/src/components/AttributeFilter.tsx b/features/attributes/frontend-admin/src/components/AttributeFilter.tsx index 4c79f5a1c..1d4d18f9b 100755 --- a/features/attributes/frontend-admin/src/components/AttributeFilter.tsx +++ b/features/attributes/frontend-admin/src/components/AttributeFilter.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ import { useCallback, useMemo, useState } from 'react'; import type { FC, ReactNode } from 'react'; diff --git a/features/attributes/frontend-admin/src/components/AttributeSearchPills.tsx b/features/attributes/frontend-admin/src/components/AttributeSearchPills.tsx index 50ce688cf..c01ac4fe4 100755 --- a/features/attributes/frontend-admin/src/components/AttributeSearchPills.tsx +++ b/features/attributes/frontend-admin/src/components/AttributeSearchPills.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/attributes/frontend-admin/src/components/ProfileAttributeEditor/MetaCategoryStepContent.tsx b/features/attributes/frontend-admin/src/components/ProfileAttributeEditor/MetaCategoryStepContent.tsx index 1cd3dec18..cf54d9335 100755 --- a/features/attributes/frontend-admin/src/components/ProfileAttributeEditor/MetaCategoryStepContent.tsx +++ b/features/attributes/frontend-admin/src/components/ProfileAttributeEditor/MetaCategoryStepContent.tsx @@ -5,7 +5,6 @@ * Organized into Essential, Recommended, and Optional sections with collapsible UI. */ -/** @jsxImportSource react */ import { useMemo, useState } from 'react' import type { FC } from 'react'