refactor: remove unused Building2 import in OrganizationConfiguration component

This commit is contained in:
Arunavo Ray
2025-06-17 14:28:49 +05:30
parent 064474fd13
commit 32a906369f
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import React from "react";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Building2, Star, Globe, Lock, Shield, Info, MonitorCog } from "lucide-react";
import { Star, Globe, Lock, Shield, Info, MonitorCog } from "lucide-react";
import {
Tooltip,
TooltipContent,