import React from 'react'; import Styled from './styles'; const LoadingScreen = ({ children }) => (
{children} ); export default LoadingScreen;