Skip to content

Commit

Permalink
Update lingui import statement in setup-vite.md (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
goibon authored Mar 22, 2023
1 parent 52a1726 commit 5533437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/tutorials/setup-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Lingui Vite integration:
```ts title="vite.config.ts"
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import lingui from "@lingui/vite-plugin";
import { lingui } from "@lingui/vite-plugin";
export default defineConfig({
plugins: [
Expand Down Expand Up @@ -54,7 +54,7 @@ The Lingui Vite integration:
```ts title="vite.config.ts"
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import lingui from "@lingui/vite-plugin";
import { lingui } from "@lingui/vite-plugin";
export default defineConfig({
plugins: [
Expand Down

1 comment on commit 5533437

@vercel
Copy link

@vercel vercel bot commented on 5533437 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.