import React, { memo } from 'react' import './loading.css' const Loading = memo(function Loading() { return(
L o a d i n g . . .