import Highlight from "react-highlight"; import { Loading } from "@/components/loading"; export const Response = ({ res, loading }: { res: any; loading: boolean }) => { return (
Processing...