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