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