summaryrefslogtreecommitdiff
path: root/packages/integrations/react/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react/src')
-rw-r--r--packages/integrations/react/src/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/src/index.ts b/packages/integrations/react/src/index.ts
index c20146949..f8a9c4ab2 100644
--- a/packages/integrations/react/src/index.ts
+++ b/packages/integrations/react/src/index.ts
@@ -1,12 +1,12 @@
import react, { type Options as ViteReactPluginOptions } from '@vitejs/plugin-react';
-import type {AstroIntegration, ContainerRenderer} from 'astro';
+import type { AstroIntegration, ContainerRenderer } from 'astro';
import type * as vite from 'vite';
import {
+ type ReactVersionConfig,
+ type SupportedReactVersion,
getReactMajorVersion,
isUnsupportedVersion,
versionsConfig,
- type ReactVersionConfig,
- type SupportedReactVersion,
} from './version.js';
export type ReactIntegrationOptions = Pick<