mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
use reflow to migrate from flow to typescript
This commit is contained in:
9
scm-ui/ui-components/src/Loading.stories.tsx
Normal file
9
scm-ui/ui-components/src/Loading.stories.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import { storiesOf } from '@storybook/react';
|
||||
import Loading from './Loading';
|
||||
|
||||
storiesOf('Loading', module).add('Default', () => (
|
||||
<div>
|
||||
<Loading />
|
||||
</div>
|
||||
));
|
||||
Reference in New Issue
Block a user