mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:31:19 +08:00
9 lines
182 B
JavaScript
9 lines
182 B
JavaScript
import React from 'react';
|
|
import LifecycleLogger from '../components/LifecycleLogger';
|
|
|
|
export default {
|
|
title: 'Lifecycle',
|
|
};
|
|
|
|
export const Logging = () => <LifecycleLogger />;
|