Skip to content

Commit 8062b59

Browse files
authored
VisuallyHidden isn't the default export of @reach/visually-hidden (#10153)
1 parent 554373f commit 8062b59

File tree

1 file changed

+1
-1
lines changed
  • examples/custom-filter-link/src

1 file changed

+1
-1
lines changed

examples/custom-filter-link/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
useParams,
99
} from "react-router-dom";
1010
import type { LinkProps } from "react-router-dom";
11-
import VisuallyHidden from "@reach/visually-hidden";
11+
import { VisuallyHidden } from "@reach/visually-hidden";
1212

1313
import { brands, filterByBrand, getSneakerById, SNEAKERS } from "./snkrs";
1414

0 commit comments

Comments
 (0)