Skip to content
Snippets Groups Projects
Commit 38a20982 authored by John Sparger's avatar John Sparger
Browse files

fixing failed import from relocating KeyValueTable to common

parent b6feddd1
No related branches found
No related tags found
2 merge requests!25IOCListView now has tabs to prefilter on all or currentUsers IOCs. The currentUser is hardcoded,!6Ioc ui
Pipeline #64270 passed
import { Accordion, AccordionDetails, AccordionSummary } from "@material-ui/core";
import { ExpandMore } from "@material-ui/icons";
import React from "react";
import { KeyValueTable } from "../navigation/KeyValueTable/KeyValueTable";
import { KeyValueTable } from "../common/KeyValueTable/KeyValueTable";
import { IOCBadge } from "./IOCBadge";
export function IOCDetails({ ioc }) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment