From 8f7bffc349ae4e5bed28e93c4adb7f08407d5319 Mon Sep 17 00:00:00 2001 From: Lorenzo Migliorero Date: Thu, 3 Oct 2024 15:32:45 +0200 Subject: [PATCH] add fragment --- apps/dokploy/components/dashboard/projects/show.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/projects/show.tsx b/apps/dokploy/components/dashboard/projects/show.tsx index 5e49fe60..93ec332b 100644 --- a/apps/dokploy/components/dashboard/projects/show.tsx +++ b/apps/dokploy/components/dashboard/projects/show.tsx @@ -33,9 +33,9 @@ import { TrashIcon, } from "lucide-react"; import Link from "next/link"; +import { Fragment } from "react"; import { toast } from "sonner"; import { UpdateProject } from "./update"; -import { Fragment } from "react"; export const ShowProjects = () => { const utils = api.useUtils();