mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user