diff --git a/js-sdk_versioned_docs/version-5.x.x/integrations/i18next/vue_integration.mdx b/js-sdk_versioned_docs/version-5.x.x/integrations/i18next/vue_integration.mdx
index 05f97d32d..9633d2b27 100644
--- a/js-sdk_versioned_docs/version-5.x.x/integrations/i18next/vue_integration.mdx
+++ b/js-sdk_versioned_docs/version-5.x.x/integrations/i18next/vue_integration.mdx
@@ -29,7 +29,7 @@ To get started, install the necessary packages:
After installation, set up your i18next instance with Tolgee and Vue integration:
```ts
-import { withTolgee, I18nextPlugin, DevTools } from '@tolgee/i18next';
+import { withTolgee, I18nextPlugin, DevTools, Tolgee } from '@tolgee/i18next';
import i18next from 'i18next';
import ICU from 'i18next-icu';
import VueI18Next from '@panter/vue-i18next';
@@ -60,4 +60,4 @@ You can now use the features of [@panter/vue-i18next](https://panter.github.io/v
Feel free to explore the example application for more advanced usage and integration patterns.
-
\ No newline at end of file
+