Skip to content

Commit

Permalink
deployment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lfraggioli committed May 29, 2024
1 parent c234464 commit 37e7568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modals/card-modal/activity.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"use client"
import { ActivityItem } from '@/components/activity-item';
import { Skeleton } from '@/components/ui/skeleton';
import { AuditLog } from '@prisma/client';
import { ActivityIcon } from 'lucide-react';
"use client"

interface ActivityProps {
items: AuditLog[];
Expand Down

0 comments on commit 37e7568

Please sign in to comment.