From 82811f3b0b5ccd37bf3e1944a7e0afdf326746ac Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Sun, 19 Apr 2026 11:03:13 +0200 Subject: [PATCH] Style Signed-off-by: Bryan Frimin --- apps/console/src/pages/iam/auth/ConsentPage.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/console/src/pages/iam/auth/ConsentPage.tsx b/apps/console/src/pages/iam/auth/ConsentPage.tsx index 94a193c3c..7e90dc1af 100644 --- a/apps/console/src/pages/iam/auth/ConsentPage.tsx +++ b/apps/console/src/pages/iam/auth/ConsentPage.tsx @@ -12,10 +12,6 @@ // OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -import { useCallback, useState } from "react"; -import { type PreloadedQuery, useMutation, usePreloadedQuery } from "react-relay"; -import { graphql } from "relay-runtime"; - import { formatError } from "@probo/helpers"; import { usePageTitle } from "@probo/hooks"; import { useTranslate } from "@probo/i18n"; @@ -28,6 +24,9 @@ import { IconUserCircle, useToast, } from "@probo/ui"; +import { useCallback, useState } from "react"; +import { type PreloadedQuery, useMutation, usePreloadedQuery } from "react-relay"; +import { graphql } from "relay-runtime"; import type { ConsentPageMutation } from "#/__generated__/iam/ConsentPageMutation.graphql"; import type { ConsentPageQuery } from "#/__generated__/iam/ConsentPageQuery.graphql";