refactor: simplify OrganizationStrategy component by removing unused imports and details

This commit is contained in:
Arunavo Ray
2025-06-17 13:12:12 +05:30
parent f07ae220b0
commit 13d4b03541
2 changed files with 169 additions and 207 deletions

View File

@@ -11,7 +11,7 @@ import { githubApi } from "@/lib/api";
import type { GitHubConfig, MirrorOptions, AdvancedOptions } from "@/types/config";
import { Input } from "../ui/input";
import { toast } from "sonner";
import { AlertTriangle, Info } from "lucide-react";
import { Info } from "lucide-react";
import { Alert, AlertDescription } from "../ui/alert";
import { GitHubMirrorSettings } from "./GitHubMirrorSettings";
import { Separator } from "../ui/separator";