fix(core): remove unexpected comma (#10984)

This commit is contained in:
CatsJuice
2025-03-19 03:49:53 +00:00
parent 68bc2db560
commit 284aae9b52

View File

@@ -29,7 +29,7 @@ export function AffineContext(props: AffineContextProps) {
)} )}
> >
{props.children} {props.children}
<uniReactRoot.Root />, <uniReactRoot.Root />
</ProviderComposer> </ProviderComposer>
); );
} }