import React from 'react'; import { FaLeaf } from 'react-icons/fa'; const Loading = ({ message = 'Loading...' }) => { return (
{message}