import React from "react"; import WarningIcon from "./WarningIcon"; export default function FailedScreen() { return (
Something went wrong.
); }