From 3e9913dc981b7b1599ad7931a7065baf91b996be Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 22:51:59 +0530 Subject: [PATCH] feat: initialContent prop types --- src/pages/MainPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/MainPage.tsx b/src/pages/MainPage.tsx index 971e1259..0087d1b3 100644 --- a/src/pages/MainPage.tsx +++ b/src/pages/MainPage.tsx @@ -18,6 +18,7 @@ import { apiUrl } from "../apiConfig"; interface MainPageProps { handleEditRecording: (id: string, fileName: string) => void; + initialContent: string; } export interface CreateRunResponse {