import { useAuthFetch } from "../authorization" export function Bots() { var data = useAuthFetch("/bots", "GET") return (
{JSON.stringify(data)}
) }