From 26b92dbe8b63e651cbc3405e1cb86d48784088c9 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 6 Feb 2023 22:00:27 +0100 Subject: [PATCH] chore(docs): update auto-import file Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/src/components.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components.d.ts b/docs/src/components.d.ts index 8e9e3dbe..4c9bc895 100644 --- a/docs/src/components.d.ts +++ b/docs/src/components.d.ts @@ -36,7 +36,7 @@ declare module '@vue/runtime-core' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] Sidebar: typeof import('./../components/examples/dnd/Sidebar.vue')['default'] - SnappableConnectionLine: typeof import('../components/examples/connection-radius/SnappableConnectionLine.vue')['default'] + SnappableConnectionLine: typeof import('./../components/examples/connection-radius/SnappableConnectionLine.vue')['default'] Team: typeof import('./../components/home/Team.vue')['default'] TeleportableNode: typeof import('./../components/examples/teleport/TeleportableNode.vue')['default'] ToolbarNode: typeof import('./../components/examples/node-toolbar/ToolbarNode.vue')['default']