feature(dashboard): add integrations and notifications
This commit is contained in:
@@ -5,7 +5,7 @@ import type { LucideIcon } from 'lucide-react';
|
||||
interface FullPageEmptyStateProps {
|
||||
icon?: LucideIcon;
|
||||
title: string;
|
||||
children: React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user