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