Skip to content

Commit

Permalink
refactor: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Aug 3, 2021
1 parent 235adae commit 544a16a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/docs/src/frameworks/vue3/prepareForInline.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import * as Vue from 'vue';
import { StoryFn, StoryContext } from '@storybook/addons';
// eslint-disable-next-line import/no-extraneous-dependencies
import { app } from '@storybook/vue3';

// This is cast as `any` to workaround type errors caused by Vue 2 types
Expand Down

0 comments on commit 544a16a

Please sign in to comment.