Flow for all the files
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
// @flow
|
||||
import React from 'react';
|
||||
|
||||
import styles from './LoadingIndicator.scss';
|
||||
|
||||
const LoadingIndicator = props => {
|
||||
const LoadingIndicator = () => {
|
||||
return (
|
||||
<div className={styles.loading}>
|
||||
<div className={styles.loader} />
|
||||
|
Reference in New Issue
Block a user