We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 004dca6 + cd197d5 commit ff57200Copy full SHA for ff57200
src/types/index.ts
@@ -15,7 +15,7 @@ export interface SnippetType {
15
code: string[];
16
tags: string[];
17
author: string;
18
-}
+};
19
20
export type AppState = {
21
language: LanguageType;
0 commit comments