From 469c67cedfc8c825d9da2a5561ca0c87a1354cd8 Mon Sep 17 00:00:00 2001 From: Ruud Andriessen Date: Fri, 6 Feb 2026 11:42:51 +0100 Subject: [PATCH] feat(components): update avatar from UiPath/vertical-solution-invoice-processing --- apps/apollo-vertex/registry/avatar/avatar.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/apollo-vertex/registry/avatar/avatar.tsx b/apps/apollo-vertex/registry/avatar/avatar.tsx index 1393f5097..10f68229b 100644 --- a/apps/apollo-vertex/registry/avatar/avatar.tsx +++ b/apps/apollo-vertex/registry/avatar/avatar.tsx @@ -1,7 +1,5 @@ -"use client"; - import * as AvatarPrimitive from "@radix-ui/react-avatar"; -import * as React from "react"; +import type * as React from "react"; import { cn } from "@/lib/utils";