mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-02 20:44:18 +02:00
build(#10336): init
This commit is contained in:
13
packages/frontend/src/pages/about-misskey.stories.ts
Normal file
13
packages/frontend/src/pages/about-misskey.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import about_misskey from './about-misskey.vue';
|
||||
const meta = {
|
||||
title: 'pages/about-misskey',
|
||||
component: about_misskey,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
about_misskey,
|
||||
},
|
||||
template: '<about-misskey />',
|
||||
};
|
||||
export default meta;
|
||||
Reference in New Issue
Block a user