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

@@ -4,8 +4,7 @@ import { useState } from 'react'
import { useRouter } from 'next/navigation'
import { createSite } from '@/lib/api/sites'
import { toast } from 'sonner'
import { Button } from '@/components/ui/Button'
import { Input } from '@/components/ui/Input'
import { Button, Input } from '@ciphera-net/ui'
export default function NewSitePage() {
const router = useRouter()