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