Skip to content

Commit aff4651

Browse files
authored
Apply suggestions from code review
1 parent 69ba2e5 commit aff4651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/new-compiler/src/virtual/code-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function generateClientLocaleModule(config: LingoConfig): string {
4949
if (config.localePersistence.type === "custom") {
5050
// For custom resolvers, import from an abstract path that will be
5151
// resolved by Turbopack's resolveAlias to the actual user file
52-
return `export { getClientLocale, persistLocale, getLocalePathname } from '@lingo.dev/compiler/virtual/locale-client';`;
52+
return `export { getClientLocale, persistLocale } from '@lingo.dev/compiler/virtual/locale-client';`;
5353
}
5454

5555
// Default cookie-based resolver

0 commit comments

Comments
 (0)