Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 9f9cafc

Browse files
committed
feat: remove unused const grid
1 parent 7a41e18 commit 9f9cafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class CssSnippetStoreModal extends Modal {
273273
messageEl.style.fontStyle = 'italic';
274274

275275
// Snippet container
276-
const grid = contentEl.createEl('div', { cls: 'community-items-container' });
276+
contentEl.createEl('div', { cls: 'community-items-container' });
277277

278278
// Initial rendering
279279
this.renderSnippetsUI();

0 commit comments

Comments
 (0)