Skip to content

Commit 1369cd5

Browse files
aliyssThangHuuVu
andauthored
docs(qwik): import "Link" to Qwik Sign-In Docs (#12592)
Added import Link to Qwik Co-authored-by: Thang Vu <hi@thvu.dev>
1 parent d84c361 commit 1369cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/guides/pages/signin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ simple client-side sign in via submit method.
203203

204204
```ts filename="./components/sign-in.tsx"
205205
import { component$ } from "@builder.io/qwik"
206-
import { Form } from "@builder.io/qwik-city"
206+
import { Form, Link } from "@builder.io/qwik-city"
207207
import { useSignIn } from "./plugin@auth"
208208

209209
export default component$(() => {

0 commit comments

Comments
 (0)