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