Skip to content

docs: fix Auth component import path in quickstart guide#3481

Merged
gdorsi merged 1 commit intogarden-co:mainfrom
MrLawrenceKwan:fix/docs-auth-import-path
Feb 26, 2026
Merged

docs: fix Auth component import path in quickstart guide#3481
gdorsi merged 1 commit intogarden-co:mainfrom
MrLawrenceKwan:fix/docs-auth-import-path

Conversation

@MrLawrenceKwan
Copy link
Contributor

@MrLawrenceKwan MrLawrenceKwan commented Feb 21, 2026

Description

This PR fixes a typo in the Svelte authentication quickstart documentation.

The Auth component is created in src/lib/components/Auth.svelte according to the guide, so the import statement in the layout file should be:

import Auth from '$lib/components/Auth.svelte';

instead of:

import Auth from '$lib/Auth.svelte';

Related Issue

Fixes #3474

Changes Made

  • Updated import path in +layout-with-auth.svelte to correctly reference the Auth component location

Note

Low Risk
Documentation-only change to a code snippet import path; no runtime or production logic is affected.

Overview
Fixes the Svelte authentication quickstart snippet by updating the Auth component import from $lib/Auth.svelte to $lib/components/Auth.svelte, matching where the guide has users create the component.

Written by Cursor Bugbot for commit 3dfdc45. This will update automatically on new commits. Configure here.

The Auth component is created in src/lib/components/Auth.svelte
according to the guide, so the import path should reflect this.

Fixes garden-co#3474
@assert-app
Copy link

assert-app bot commented Feb 21, 2026

Review on Assert →

@vercel
Copy link

vercel bot commented Feb 21, 2026

@MrLawrenceKwan is attempting to deploy a commit to the Garden Computing Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Feb 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
jazz-homepage Error Error Feb 26, 2026 1:53pm

Request Review

Copy link
Collaborator

@gdorsi gdorsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@gdorsi gdorsi merged commit 05b2f95 into garden-co:main Feb 26, 2026
2 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: typo

2 participants