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.
1 parent 05962c0 commit cd197d5Copy full SHA for cd197d5
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