mirror of
https://github.com/vernu/textbee.git
synced 2026-08-07 04:43:21 -04:00
chore(web): remove unused imports
This commit is contained in:
1 parent
379e8e70e4
commit
114db66621
3 files changed
+2
-5
No files matched your search
@@ -2,7 +2,7 @@
|
||||
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'
|
||||
|
||||
import { Webhook, MessageSquare } from 'lucide-react'
|
||||
import { MessageSquare } from 'lucide-react'
|
||||
import { useState } from 'react'
|
||||
import Overview from './overview'
|
||||
import DeviceList from './device-list'
|
||||
|
||||
@@ -2,11 +2,9 @@ import { Tabs, TabsList, TabsContent, TabsTrigger } from '@/components/ui/tabs'
|
||||
import { ApiEndpoints } from '@/config/api'
|
||||
import httpBrowserClient from '@/lib/httpBrowserClient'
|
||||
import { useQuery } from '@tanstack/react-query'
|
||||
import { Heart } from 'lucide-react'
|
||||
import React, { useEffect, useState } from 'react'
|
||||
import CommunityAlert from './community-alert'
|
||||
import { Card, CardContent } from '@/components/ui/card'
|
||||
import { Phone, Clock, MessageSquare } from 'lucide-react'
|
||||
import { Clock } from 'lucide-react'
|
||||
import { Skeleton } from '@/components/ui/skeleton'
|
||||
|
||||
export function ReceivedSmsCard({ sms }) {
|
||||
|
||||
@@ -28,7 +28,6 @@ import {
|
||||
import { zodResolver } from '@hookform/resolvers/zod'
|
||||
import { useForm } from 'react-hook-form'
|
||||
import * as z from 'zod'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { v4 as uuidv4 } from 'uuid'
|
||||
import { WebhookData } from '@/lib/types'
|
||||
import { WEBHOOK_EVENTS } from '@/lib/constants'
|
||||
|
||||
Reference in new issue
Block a user