From 9750ad888804815b370e3748f0f29260c6c6fa54 Mon Sep 17 00:00:00 2001 From: Alex Rock Date: Tue, 7 May 2024 08:29:27 -0600 Subject: [PATCH] Update src/SpaceApp.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/SpaceApp.tsx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/SpaceApp.tsx b/src/SpaceApp.tsx index 8d9d8a8..672c4c4 100644 --- a/src/SpaceApp.tsx +++ b/src/SpaceApp.tsx @@ -16,18 +16,14 @@ import { sheet } from "./configs/sheet"; import { workbook } from "./configs/workbook"; import { document } from "./configs/document"; -export const SpaceApp = ({ publishableKey }: { publishableKey: string }) => { - return ( - - - - ); -}; +export const SpaceApp = ({ publishableKey }: { publishableKey: string }) => ( + + + +); const SpaceConfig = () => { const { open, openPortal, closePortal } = useFlatfile();