mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-16 00:05:56 +08:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
import './welcome.css';
|
|
import welcome from './welcome.html';
|
|
|
|
export default {
|
|
title: 'Welcome',
|
|
};
|
|
|
|
export const Welcome = () => welcome;
|