| 8 | import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"; |
| 9 | |
| 10 | interface InstallationCommandsProps { |
| 11 | packageName: string; |
| 12 | } |
| 13 | |
| 14 | export default function InstallationCommands({ |
| 15 | packageName, |
nothing calls this directly
no outgoing calls
no test coverage detected