Skip to content

Commit 1c67ab7

Browse files
authored
docs: Remove unused createNavigation import in routing.ts setup example (#1800)
Remove unused... ```ts import {createNavigation} from 'next-intl/navigation'; ``` ...import in `routing.ts` setup example on _app-router -> with-18n-routing_ page.
1 parent 91eaa79 commit 1c67ab7

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)