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

@@ -3,7 +3,6 @@ import { Button } from "@/components/ui/button";
import {
Card,
CardContent,
CardFooter,
CardHeader,
CardTitle,
} from "@/components/ui/card";
@@ -12,7 +11,6 @@ import type { GitHubConfig, MirrorOptions, AdvancedOptions } from "@/types/confi
import { Input } from "../ui/input";
import { toast } from "sonner";
import { Info } from "lucide-react";
import { Alert, AlertDescription } from "../ui/alert";
import { GitHubMirrorSettings } from "./GitHubMirrorSettings";
import { Separator } from "../ui/separator";
import {

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,