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