import React from 'react'; export default function Loading() { return (

L o a d i n g . . .

); }