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 cde961c commit 9287958Copy full SHA for 9287958
contributors.yml
@@ -177,3 +177,4 @@
177
- xavier-lc
178
- xcsnowcity
179
- yuleicul
180
+- matt-harro
docs/components/form.md
@@ -57,7 +57,7 @@ function ProjectsPage() {
57
>
58
<Route
59
path=":projectId"
60
- element={<ProjectPage />}
+ element={<ProjectsPage />}
61
action={ProjectsPage.action}
62
/>
63
</Route>
0 commit comments