Implements certificate delete ui

This commit is contained in:
Jamie Curnow
2024-09-15 23:00:49 +10:00
parent d2048e540d
commit 1d5f390f9b
7 changed files with 68 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ import { useEffect, ReactNode } from "react";
import { Box, Container, useToast } from "@chakra-ui/react";
import { useQueryClient } from "@tanstack/react-query";
import { getSSEToken, SSEMessage } from "src/api/npm";
import { Footer, Navigation } from "src/components";
import { intl } from "src/locale";