remove unneccessary ,

This commit is contained in:
Vivian Phung 2024-05-06 14:55:34 -04:00
parent cf531127c4
commit b7f29781f2
No known key found for this signature in database

View File

@ -37,8 +37,7 @@ root.render(
</GQLClientProvider>
</ThemeProvider>
</React.StrictMode>
,
</LogErrorBoundary>,
</LogErrorBoundary>
);
// If you want to start measuring performance in your app, pass a function