Skip to content

Commit

Permalink
docs: update import path for AppSidebar component (#1396)
Browse files Browse the repository at this point in the history
Co-authored-by: Davis SHYAKA <[email protected]>
  • Loading branch information
shyakadavis and shyakadavis authored Oct 29, 2024
1 parent 18b18f9 commit 6e76ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import * as Breadcrumb from "$lib/registry/new-york/ui/breadcrumb/index.js";
import { Separator } from "$lib/registry/new-york/ui/separator/index.js";
import * as Sidebar from "$lib/registry/new-york/ui/sidebar/index.js";
import AppSidebar from "./components/app-sidebar.svelte";
import AppSidebar from "$lib/registry/new-york/block/sidebar-01/components/app-sidebar.svelte";
</script>

<Sidebar.Provider>
Expand Down

0 comments on commit 6e76ed9

Please sign in to comment.