Skip to content
Prev Previous commit
Next Next commit
Update index.ts
minor fix
  • Loading branch information
mayur1377 authored Jan 1, 2025
commit cd197d5aee2b55a82182ca0cfed4ac7e7f053d2b
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface SnippetType {
code: string[];
tags: string[];
author: string;
}
};

export type AppState = {
language: LanguageType;
Expand Down