Skip to content

Commit

Permalink
docs(qwik): import "Link" to Qwik Sign-In Docs (#12592)
Browse files Browse the repository at this point in the history
Added import Link to Qwik

Co-authored-by: Thang Vu <[email protected]>
  • Loading branch information
aliyss and ThangHuuVu authored Feb 2, 2025
1 parent d84c361 commit 1369cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guides/pages/signin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ simple client-side sign in via submit method.

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

export default component$(() => {
Expand Down

0 comments on commit 1369cd5

Please sign in to comment.