refactor: migrate UI components to @ciphera-net/ui v0.0.11
This commit is contained in:
@@ -7,7 +7,7 @@ import { getSite, type Site } from '@/lib/api/sites'
|
||||
import { getStats, getRealtime, getDailyStats, getTopPages, getTopReferrers, getCountries, getCities, getRegions, getBrowsers, getOS, getDevices, getScreenResolutions, getEntryPages, getExitPages, getDashboard, getPerformanceByPage, type Stats, type DailyStat, type PerformanceByPageStat } from '@/lib/api/stats'
|
||||
import { formatNumber, formatDuration, getDateRange } from '@/lib/utils/format'
|
||||
import { toast } from 'sonner'
|
||||
import LoadingOverlay from '@/components/LoadingOverlay'
|
||||
import { LoadingOverlay } from '@ciphera-net/ui'
|
||||
import Select from '@/components/ui/Select'
|
||||
import DatePicker from '@/components/ui/DatePicker'
|
||||
import ContentStats from '@/components/dashboard/ContentStats'
|
||||
|
||||
Reference in New Issue
Block a user