diff --git a/src/DarkWeb/DarkWeb.tsx b/src/DarkWeb/DarkWeb.tsx index 9422e0b04..a165bdda0 100644 --- a/src/DarkWeb/DarkWeb.tsx +++ b/src/DarkWeb/DarkWeb.tsx @@ -6,7 +6,6 @@ import { Terminal } from "../Terminal"; import { SpecialServers } from "../Server/data/SpecialServers"; import { Money } from "../ui/React/Money"; import { DarkWebItem } from "./DarkWebItem"; -import Typography from "@mui/material/Typography"; //Posts a "help" message if connected to DarkWeb export function checkIfConnectedToDarkweb(): void { @@ -31,9 +30,9 @@ export function listAllDarkwebItems(): void { ); Terminal.printRaw( - + <> {item.program} - {cost} - {item.description} - , + , ); } }