import { Meta, Story } from '@storybook/addon-docs';
import Welcome from './Welcome.vue';

<Meta title="Welcome" />

<Welcome />
