Skip to content

Commit

Permalink
fix: remove unnecessary 'use client' directives (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexart authored Feb 13, 2025
1 parent 0fb811b commit a9e75b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client';

import { MessageContext } from '@/contexts/MessageContext';
import { MessageCircle, ThumbsDown, ThumbsUp } from 'lucide-react';
import { useCallback, useContext, useState } from 'react';
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/ui/dialog.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client';

import { cn } from '@/lib/utils';
import * as DialogPrimitive from '@radix-ui/react-dialog';
import { X } from 'lucide-react';
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/ui/sheet.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client';

import { cn } from '@/lib/utils';
import * as SheetPrimitive from '@radix-ui/react-dialog';
import { type VariantProps, cva } from 'class-variance-authority';
Expand Down

0 comments on commit a9e75b8

Please sign in to comment.