import React from "react"; import * as globals from "../../globals"; const ErrorLoading = ({ displayName, zebra }) => (
{`Failure loading ${displayName}`}
); export default ErrorLoading;