Skip to content

Commit ff57200

Browse files
committed
Merge branch 'feature-framer' of https://github.com/mayur1377/quicksnip into feature-framer
2 parents 004dca6 + cd197d5 commit ff57200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface SnippetType {
1515
code: string[];
1616
tags: string[];
1717
author: string;
18-
}
18+
};
1919

2020
export type AppState = {
2121
language: LanguageType;

0 commit comments

Comments
 (0)