Skip to content

Commit 68e8fb7

Browse files
committed
fix(docs): update import path for Edra components in documentation
1 parent 9b30464 commit 68e8fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ A simple setup using the default Edra editor, toolbar, and bubble menu.
172172
```svelte
173173
<script lang="ts">
174174
import type { Content, Editor } from '@tiptap/core';
175-
import { EdraEditor, EdraToolBar, EdraDragHandleExtended } from '$lib/edra/shadcn/index.js';
175+
import { EdraEditor, EdraToolBar, EdraDragHandleExtended } from '$lib/components/edra/shadcn';
176176

177177
// Editor states
178178
let content = $state<Content>();

0 commit comments

Comments
 (0)