1
0
Files
pawkey-sk/packages/frontend/src/pages/settings/theme.stories.ts
T
Acid Chicken (硫酸鶏) 1dfcca7b9c build(#10336): init
2023-03-19 22:25:06 +09:00

14 lines
250 B
TypeScript

import { Meta, Story } from '@storybook/vue3';
import theme from './theme.vue';
const meta = {
title: 'pages/settings/theme',
component: theme,
};
export const Default = {
components: {
theme,
},
template: '<theme />',
};
export default meta;