fix build

This commit is contained in:
KMKoushik
2025-05-02 21:58:38 +10:00
parent d6e0126f7b
commit 2de7147cdf
7 changed files with 56 additions and 44 deletions

View File

@@ -44,7 +44,7 @@ export type SlashCommandItem = {
title: string;
description: string;
searchTerms: string[];
icon: JSX.Element;
icon: ReactNode;
command: (options: CommandProps) => void;
};