Skip to content

Commit b506821

Browse files
authored
Addressed issue #1259 (#1262)
1 parent 819a1a1 commit b506821

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/routes/guides/routing-and-navigation.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ Instead of checking for the presence of a parameter, this allows for more comple
275275
```jsx
276276
import { lazy } from "solid-js";
277277
import { render } from "solid-js/web";
278-
import { Router, Route } from "@solidjs/router";
279-
import type { SegmentValidators } from "./types";
278+
import { Router, Route, type MatchFilters } from "@solidjs/router";
280279

281280
const User = lazy(() => import("./pages/User"));
282281

0 commit comments

Comments
 (0)