From 6d96898bce74fda34dc24bfafd9c981b8de4b5e6 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 13 Dec 2022 17:22:41 +0100 Subject: [PATCH] docs: correct component name Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/components/examples/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/examples/index.ts b/docs/components/examples/index.ts index c68ff920..19c28541 100644 --- a/docs/components/examples/index.ts +++ b/docs/components/examples/index.ts @@ -123,7 +123,7 @@ export const exampleImports = { }, resizable: { 'App.vue': NodeResizerApp, - 'SnappableConnectionLine.vue': ResizableNode, + 'ResizableNode.vue': ResizableNode, }, toolbar: { 'App.vue': ToolbarApp,