We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dc000 commit d933739Copy full SHA for d933739
apps/dashboard/app/(main)/websites/[id]/_components/tabs/settings-tab.tsx
@@ -5,15 +5,13 @@ import {
5
ClipboardIcon,
6
DownloadIcon,
7
InfoIcon,
8
- UserIcon,
9
WarningCircleIcon,
10
} from '@phosphor-icons/react';
11
import dayjs from 'dayjs';
12
import { useRouter } from 'next/navigation';
13
import { useCallback, useState } from 'react';
14
import type { DateRange as DayPickerRange } from 'react-day-picker';
15
import { toast } from 'sonner';
16
-import { FaviconImage } from '@/components/analytics/favicon-image';
17
import { DateRangePicker } from '@/components/date-range-picker';
18
import {
19
AlertDialog,
0 commit comments