build(#10336): init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import import_export from './import-export.vue';
|
||||
const meta = {
|
||||
title: 'pages/settings/import-export',
|
||||
component: import_export,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
import_export,
|
||||
},
|
||||
template: '<import-export />',
|
||||
};
|
||||
export default meta;
|
||||
Reference in New Issue
Block a user