add admin to monorepo

This commit is contained in:
2025-11-05 01:10:25 -03:00
parent b85aead0d4
commit 07d6bed4b3
69 changed files with 240 additions and 2978 deletions

View File

@@ -11,10 +11,10 @@ import {
type LucideIcon
} from 'lucide-react'
import { Avatar, AvatarFallback } from '@/components/ui/avatar'
import { Badge } from '@/components/ui/badge'
import { Progress } from '@/components/ui/progress'
import { cn, initials } from '@/lib/utils'
import { Avatar, AvatarFallback } from '@repo/ui/components/ui/avatar'
import { Badge } from '@repo/ui/components/ui/badge'
import { Progress } from '@repo/ui/components/ui/progress'
import { cn, initials } from '@repo/ui/lib/utils'
// This type is used to define the shape of our data.
// You can use a Zod schema here if you want.