Skip to content

Commit

Permalink
add stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 10, 2024
1 parent 8bf712a commit 9b09940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/app/dashboard/lifetime/components/plugin-setup.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import { Button } from "@/components/ui/button";

import { Card, CardTitle, CardHeader, CardContent } from "@/components/ui/card";

export function PluginSetup({ projectUrl }) {
return (
<Card className="rounded-md p-4">
Expand Down

0 comments on commit 9b09940

Please sign in to comment.