mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-31 22:50:43 +00:00
13 lines
264 B
TypeScript
13 lines
264 B
TypeScript
import { Meta, Story } from '@storybook/vue3';
|
|
import MkGoogle from './MkGoogle.vue';
|
|
const meta = {
|
|
title: 'components/MkGoogle',
|
|
component: MkGoogle,
|
|
};
|
|
export const Default = {
|
|
components: {
|
|
MkGoogle,
|
|
},
|
|
template: '<MkGoogle />',
|
|
};
|
|
export default meta;
|