refactor: use lazy load only for larger modules

This commit is contained in:
Pranav C
2025-10-07 22:30:51 +00:00
parent 27bcfb4155
commit 5f9e969050
23 changed files with 103 additions and 103 deletions

View File

@@ -58,7 +58,7 @@ const onCopyToClipboard = async () => {
</NcButton>
</div>
<Suspense>
<MonacoEditor
<LazyMonacoEditor
class="h-72 !rounded-b-lg overflow-hidden !bg-gray-50"
:model-value="code"
:read-only="true"