import './AppLoader.css'; // Component to display a loading indicator const AppLoader = () => { return ( // Container for the loader
{/* Loader GIF image */} loader
); }; export default AppLoader;