forked from mirrors/misskey
build(#10336): init
This commit is contained in:
13
packages/frontend/src/pages/user/activity.notes.stories.ts
Normal file
13
packages/frontend/src/pages/user/activity.notes.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import activity_notes from './activity.notes.vue';
|
||||
const meta = {
|
||||
title: 'pages/user/activity.notes',
|
||||
component: activity_notes,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
activity_notes,
|
||||
},
|
||||
template: '<activity.notes />',
|
||||
};
|
||||
export default meta;
|
||||
Reference in New Issue
Block a user