import React from "react"; import { TbLoader3 } from "react-icons/tb"; function Loading() { return (

Loading...

); } export default Loading;