From 0a2b1fcfb808c9ddd503fac5247d1acf256cfb45 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 7 Aug 2025 19:15:49 +0300 Subject: add profile hover card to notif items (#8666) --- src/components/ProfileHoverCard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ProfileHoverCard/index.tsx') diff --git a/src/components/ProfileHoverCard/index.tsx b/src/components/ProfileHoverCard/index.tsx index 980336ee4..b33fdec2d 100644 --- a/src/components/ProfileHoverCard/index.tsx +++ b/src/components/ProfileHoverCard/index.tsx @@ -1,4 +1,4 @@ -import {ProfileHoverCardProps} from './types' +import {type ProfileHoverCardProps} from './types' export function ProfileHoverCard({children}: ProfileHoverCardProps) { return children -- cgit 1.4.1