From 9ace0f38cd4fbd0c638da16a236d8bc7518d2826 Mon Sep 17 00:00:00 2001 From: Nicholas Penree Date: Sat, 15 Feb 2025 02:22:51 -0500 Subject: [PATCH] chore(lint): fix lint --- apps/dokploy/pages/dashboard/project/[projectId].tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/pages/dashboard/project/[projectId].tsx b/apps/dokploy/pages/dashboard/project/[projectId].tsx index 26317ca9..ea23ad3a 100644 --- a/apps/dokploy/pages/dashboard/project/[projectId].tsx +++ b/apps/dokploy/pages/dashboard/project/[projectId].tsx @@ -70,9 +70,9 @@ import type { } from "next"; import Head from "next/head"; import { useRouter } from "next/router"; -import { useMemo, useState, type ReactElement } from "react"; -import superjson from "superjson"; +import { type ReactElement, useMemo, useState } from "react"; import { toast } from "sonner"; +import superjson from "superjson"; export type Services = { appName: string;