refactor: migrate UI components to @ciphera-net/ui v0.0.11

This commit is contained in:
Usman Baig
2026-01-23 18:35:17 +01:00
parent e75d70269f
commit aaf224a278
20 changed files with 20 additions and 368 deletions

View File

@@ -3,7 +3,7 @@
import Link from 'next/link'
import { useAuth } from '@/lib/auth/context'
import { initiateOAuthFlow, initiateSignupFlow } from '@/lib/api/oauth'
import LoadingOverlay from '@/components/LoadingOverlay'
import { LoadingOverlay } from '@ciphera-net/ui'
import SiteList from '@/components/sites/SiteList'
import { Button } from '@ciphera-net/ui'
import { BarChartIcon, LockClosedIcon, LightningBoltIcon } from '@radix-ui/react-icons'