import React, { useContext } from "react"; import { RuntimeContext } from "./useRuntime"; const Footer: React.FC = () => { const { provider } = useContext(RuntimeContext); return (