Skip to content

Commit cf2101e

Browse files
authored
fix: add missing import CachePublicRecord type from @tolgee/react package (#1007)
1 parent dd243ae commit cf2101e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js-sdk/integrations/react/next/app_router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The client configuration is very similar to the [Pages Router setup](./pages-rou
110110
'use client';
111111

112112
import { TolgeeBase } from './shared';
113-
import { TolgeeProvider, TolgeeStaticData } from '@tolgee/react';
113+
import { CachePublicRecord, TolgeeProvider, TolgeeStaticData } from '@tolgee/react';
114114
import { useRouter } from 'next/navigation';
115115
import { useEffect } from 'react';
116116

0 commit comments

Comments
 (0)