2019-06-24 00:39:54 +08:00
|
|
|
import { withLinks } from '@storybook/addon-links';
|
|
|
|
|
|
|
|
import './welcome.css';
|
|
|
|
import welcome from './welcome.html';
|
|
|
|
|
2019-06-27 18:47:46 +08:00
|
|
|
export default {
|
|
|
|
title: 'Welcome',
|
|
|
|
decorators: [withLinks],
|
|
|
|
};
|
|
|
|
|
|
|
|
export const Welcome = () => welcome;
|