import React from "react"; import Image from 'next/image' const Loader = () => { return (
Loading...
); }; export default Loader;