Skip to content

Commit

Permalink
fixes vercel no-unused vars build
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Dec 6, 2024
1 parent d5816fe commit f3fb490
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/Dashboard/AccountSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
DropdownMenuSeparator,
DropdownMenuTrigger,
} from '@/components/ui/dropdown-menu'
import { Bug, ChevronRight, PlusCircle, Settings } from 'lucide-react'
import { Bug, ChevronRight, PlusCircle } from 'lucide-react'
import { toast } from '../ui/use-toast'
import {
AlertDialog,
Expand Down
1 change: 0 additions & 1 deletion apps/web/src/components/Dashboard/Developer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use client'

import { useToast } from '../ui/use-toast'
import { Button } from '../Button'

export const DeveloperContent = ({
Expand Down

0 comments on commit f3fb490

Please sign in to comment.