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();