File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/dev/s2-docs/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ export const description = 'How to integrate with your framework.';
263263 ``` ts
264264 // vite.config.ts
265265 import {defineConfig } from ' vite' ;
266- import localesPlugin from ' @react-aria/optimize-locales-plugin' ;
266+ import optimizeLocales from ' @react-aria/optimize-locales-plugin' ;
267267
268268 export default defineConfig ({
269269 plugins: [
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ Install React Spectrum with your preferred package manager.
233233 ``` ts
234234 // vite.config.ts
235235 import {defineConfig } from ' vite' ;
236- import localesPlugin from ' @react-aria/optimize-locales-plugin' ;
236+ import optimizeLocales from ' @react-aria/optimize-locales-plugin' ;
237237
238238 export default defineConfig ({
239239 plugins: [
@@ -451,7 +451,7 @@ Install React Spectrum with your preferred package manager.
451451 ``` ts
452452 // vite.config.ts
453453 import {defineConfig } from ' vite' ;
454- import localesPlugin from ' @react-aria/optimize-locales-plugin' ;
454+ import optimizeLocales from ' @react-aria/optimize-locales-plugin' ;
455455
456456 export default defineConfig ({
457457 plugins: [
You can’t perform that action at this time.
0 commit comments