"use strict"; const React = require("react"); let boxStyle = { position: "fixed", right: "16px", top: "16px", borderRadius: "5px", overflow: "hidden", fontFamily: "sans-serif", fontSize: "14px", background: "rgb(11, 126, 11)", color: "white", padding: ".6em 1em" }; module.exports = function Running() { return (
Re-running process...
); };