Skip to content

Commit 5c865b5

Browse files
committed
fix eslint issue
1 parent 4df145c commit 5c865b5

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/pages/admin/cluster/ClusterSettingsPage.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
import React, { useEffect, useState } from "react";
22
import TitleText from "@/components/TitleText";
33
import { useGetAdminCluster } from "@/utils/helpers";
4-
import {
5-
Button,
6-
Card,
7-
Divider,
8-
Group,
9-
Stack,
10-
Text,
11-
} from "@mantine/core";
4+
import { Button, Card, Divider, Group, Stack, Text } from "@mantine/core";
125
import { useNavigate, useParams } from "react-router-dom";
136
import { ClusterDetailsCard } from "./ClustersDashboard";
147
import { ModalConfirm } from "@/components/Elements/Modals";

0 commit comments

Comments
 (0)