Skip to content

Commit db2d2e3

Browse files
authored
fix: remove unused createNavigation import in routing.ts example
Remove unused... ```ts import {createNavigation} from 'next-intl/navigation'; ``` ...import in `routing.ts` setup example.
1 parent 91eaa79 commit db2d2e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/pages/docs/getting-started/app-router/with-i18n-routing.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ To share the configuration between these two places, we'll set up `routing.ts`:
107107

108108
```ts filename="src/i18n/routing.ts"
109109
import {defineRouting} from 'next-intl/routing';
110-
import {createNavigation} from 'next-intl/navigation';
111110

112111
export const routing = defineRouting({
113112
// A list of all locales that are supported

0 commit comments

Comments
 (0)