From f71e481824d1b7f44e8b38db1147d154a9388390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 22 Jul 2019 14:01:55 +0200 Subject: [PATCH] Fix import path --- webapp/stories/editor.story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/stories/editor.story.js b/webapp/stories/editor.story.js index 4aedb374a..cfe8c6e4f 100644 --- a/webapp/stories/editor.story.js +++ b/webapp/stories/editor.story.js @@ -1,6 +1,6 @@ import { storiesOf } from '@storybook/vue' import { withA11y } from '@storybook/addon-a11y' -import HcEditor from '~/components/Editor' +import HcEditor from '~/components/Editor/Editor.vue' import helpers from './helpers' helpers.init()