diff --git a/app/moduleLoader.tsx b/app/moduleLoader.tsx index 994cbcf..6e1eb7c 100644 --- a/app/moduleLoader.tsx +++ b/app/moduleLoader.tsx @@ -32,7 +32,7 @@ function ModuleLoader({ React.useEffect(() => { Promise.all( Object.keys(imports).map(async (importName) => ({ - name: "react-flow-renderer", + name: importName, content: await imports[importName](), })) ).then(