From c30df278fb8e3275496e5050eac12bd25278f417 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sun, 17 Aug 2025 13:34:11 +0400 Subject: [PATCH] chore: formatting --- src/components/profile-data-table.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index c1672e9..51ea6e7 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -12,7 +12,6 @@ import { invoke } from "@tauri-apps/api/core"; import { emit, listen } from "@tauri-apps/api/event"; import type { Dispatch, SetStateAction } from "react"; import * as React from "react"; -import { CiCircleCheck } from "react-icons/ci"; import { IoEllipsisHorizontal } from "react-icons/io5"; import { LuCheck, LuChevronDown, LuChevronUp } from "react-icons/lu"; import { DeleteConfirmationDialog } from "@/components/delete-confirmation-dialog";