This commit is contained in:
karamvir
2023-07-25 16:45:34 -07:00
parent db85de0722
commit 5138ce2040
2 changed files with 2 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import { useRead } from "@hooks";
import { cn } from "@util/helpers";
import { Circle, HardDrive, Rocket, Server } from "lucide-react";
import { HardDrive, Rocket, Server } from "lucide-react";
export const DeploymentName = ({
deploymentId,

View File

@@ -2,14 +2,7 @@ import { useRead } from "@hooks";
import { ServerStatus } from "@monitor/client/dist/types";
import { CardDescription } from "@ui/card";
import { cn } from "@util/helpers";
import {
Circle,
Cpu,
Database,
MapPin,
MemoryStick,
Server,
} from "lucide-react";
import { Cpu, Database, MapPin, MemoryStick, Server } from "lucide-react";
import { useEffect } from "react";
export const ServerName = ({ serverId }: { serverId: string | undefined }) => {