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

Commit 3872f5d

Browse files
committed
fix: remove optional source property from CssSnippetStore interface
1 parent e61b454 commit 3872f5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ interface Snippet {
77
description: string;
88
repo: string;
99
folder: string;
10-
source?: string;
1110
}
1211

1312
export default class CssSnippetStore extends Plugin {

0 commit comments

Comments
 (0)