Improved kubernetes error handling

This commit is contained in:
James Wynn 2022-10-26 10:15:25 -05:00
parent 8887fcc3ee
commit 4fc6db49ca
8 changed files with 205 additions and 124 deletions

View file

@ -1,6 +1,6 @@
import useSWR from "swr";
import { BiError } from "react-icons/bi";
import { i18n, useTranslation } from "next-i18next";
import { useTranslation } from "next-i18next";
import Node from "./node";