mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 01:55:36 +02:00
build(#10336): init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_ap_requests from './overview.ap-requests.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.ap-requests',
|
||||
component: overview_ap_requests,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_ap_requests,
|
||||
},
|
||||
template: '<overview.ap-requests />',
|
||||
};
|
||||
export default meta;
|
||||
Reference in New Issue
Block a user