// Spinner.js import React from "react"; import "./Spinner.css"; // Import the CSS file export const Spinner = () => { return (
); };