Skip to content

Commit d933739

Browse files
committed
cleanup
1 parent a3dc000 commit d933739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/dashboard/app/(main)/websites/[id]/_components/tabs/settings-tab.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ import {
55
ClipboardIcon,
66
DownloadIcon,
77
InfoIcon,
8-
UserIcon,
98
WarningCircleIcon,
109
} from '@phosphor-icons/react';
1110
import dayjs from 'dayjs';
1211
import { useRouter } from 'next/navigation';
1312
import { useCallback, useState } from 'react';
1413
import type { DateRange as DayPickerRange } from 'react-day-picker';
1514
import { toast } from 'sonner';
16-
import { FaviconImage } from '@/components/analytics/favicon-image';
1715
import { DateRangePicker } from '@/components/date-range-picker';
1816
import {
1917
AlertDialog,

0 commit comments

Comments
 (0)