From 3a5ecb2f6492967b469512816b7130426d7d45f0 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 9 Feb 2025 02:33:30 -0600 Subject: [PATCH] refactor: remove unused imports --- .../dashboard/compose/general/compose-file-editor.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/compose/general/compose-file-editor.tsx b/apps/dokploy/components/dashboard/compose/general/compose-file-editor.tsx index 71b928146..c4ce44e52 100644 --- a/apps/dokploy/components/dashboard/compose/general/compose-file-editor.tsx +++ b/apps/dokploy/components/dashboard/compose/general/compose-file-editor.tsx @@ -14,8 +14,6 @@ import { useForm } from "react-hook-form"; import { toast } from "sonner"; import { z } from "zod"; import { validateAndFormatYAML } from "../../application/advanced/traefik/update-traefik-config"; -import { RandomizeDeployable } from "./isolated-deployment"; -import { RandomizeCompose } from "./randomize-compose"; import { ShowUtilities } from "./show-utilities"; interface Props {