We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554373f commit 8062b59Copy full SHA for 8062b59
examples/custom-filter-link/src/App.tsx
@@ -8,7 +8,7 @@ import {
8
useParams,
9
} from "react-router-dom";
10
import type { LinkProps } from "react-router-dom";
11
-import VisuallyHidden from "@reach/visually-hidden";
+import { VisuallyHidden } from "@reach/visually-hidden";
12
13
import { brands, filterByBrand, getSneakerById, SNEAKERS } from "./snkrs";
14
0 commit comments