// @flow import React from 'react'; import { Loading } from 'src/components/loading'; import { ViewGrid, CenteredGrid } from 'src/components/layout'; import { Stretch } from './style'; export const LoadingView = () => { return ( ); };