diff --git a/features/status-dashboard/frontend-public/src/App.tsx b/features/status-dashboard/frontend-public/src/App.tsx index f90368af1..03b92aca1 100755 --- a/features/status-dashboard/frontend-public/src/App.tsx +++ b/features/status-dashboard/frontend-public/src/App.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ import { AuthProvider } from './AuthContext'; import { GlobalStyles } from './GlobalStyles'; import { AppRoutes } from './routes/AppRoutes'; diff --git a/features/status-dashboard/frontend-public/src/pages/HostsPage/index.tsx b/features/status-dashboard/frontend-public/src/pages/HostsPage/index.tsx index 6c980a1d5..80ae9fc06 100644 --- a/features/status-dashboard/frontend-public/src/pages/HostsPage/index.tsx +++ b/features/status-dashboard/frontend-public/src/pages/HostsPage/index.tsx @@ -5,7 +5,6 @@ * Maintains backward-compatible export for consumers. */ -/** @jsxImportSource react */ import type { FC } from 'react'; diff --git a/features/status-dashboard/frontend-public/src/pages/HostsPage/views/HostsPageView.tsx b/features/status-dashboard/frontend-public/src/pages/HostsPage/views/HostsPageView.tsx index 4935c339f..c813e649f 100644 --- a/features/status-dashboard/frontend-public/src/pages/HostsPage/views/HostsPageView.tsx +++ b/features/status-dashboard/frontend-public/src/pages/HostsPage/views/HostsPageView.tsx @@ -5,7 +5,6 @@ * Contains no business logic, API calls, or data fetching. */ -/** @jsxImportSource react */ import type { FC } from 'react';