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 3d521fa commit 13f4eedCopy full SHA for 13f4eed
contributors.yml
@@ -128,6 +128,7 @@
128
- morleytatro
129
- ms10596
130
- noisypigeon
131
+- ned-park
132
- omar-moquete
133
- p13i
134
- parched
docs/start/tutorial.md
@@ -1298,7 +1298,7 @@ import {
1298
useNavigate,
1299
} from "react-router-dom";
1300
1301
-export default function Edit() {
+export default function EditContact() {
1302
const contact = useLoaderData();
1303
const navigate = useNavigate();
1304
0 commit comments