funky-framadate-front/src/stories/0-Welcome.stories.ts

16 lines
235 B
TypeScript
Raw Normal View History

2020-02-18 13:52:22 +01:00
import { Welcome } from '@storybook/angular/demo';
export default {
2020-04-21 10:50:26 +02:00
title: 'Welcome',
component: Welcome,
2020-02-18 13:52:22 +01:00
};
export const ToStorybook = () => ({
2020-04-21 10:50:26 +02:00
component: Welcome,
props: {},
2020-02-18 13:52:22 +01:00
});
ToStorybook.story = {
2020-04-21 10:50:26 +02:00
name: 'to Storybook',
2020-02-18 13:52:22 +01:00
};