import React from "react"; import "../../static/spinner.css"; export default function LoadingSpinner() { return (
); }