mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
fix(express): rename renderer module federation module name
This commit is contained in:
parent
be1258818e
commit
913f02ffe2
@ -31,7 +31,7 @@ function Engine() {
|
||||
return <h2>Failed to load dynamic script</h2>;
|
||||
}
|
||||
|
||||
const Component = React.lazy(loadComponent('lowdefy_renderer', 'Engine'));
|
||||
const Component = React.lazy(loadComponent('lowdefy_renderer', 'Renderer'));
|
||||
|
||||
return (
|
||||
<React.Suspense fallback="Loading Engine">
|
||||
|
Loading…
Reference in New Issue
Block a user