Updated UI package to work with the new Shadcn CLI (#59)
Updated UI package to work with the new Shadcn CLI
This commit is contained in:
committed by
GitHub
parent
b3b061fc2e
commit
fafcafc221
@@ -1,5 +1,5 @@
|
||||
import { cn } from '../lib/utils';
|
||||
import { Avatar, AvatarFallback, AvatarImage } from '../shadcn/avatar';
|
||||
import { cn } from '../utils';
|
||||
|
||||
type SessionProps = {
|
||||
displayName: string | null;
|
||||
|
||||
Reference in New Issue
Block a user