diff --git a/src/constants/templates.ts b/src/constants/templates.ts index fb4ee6d4..8a850f28 100644 --- a/src/constants/templates.ts +++ b/src/constants/templates.ts @@ -63,6 +63,10 @@ export const TEMPLATES: Template[] = [ { key: 'react-example', language: 'JavaScript' + }, + { + key: 'react-ts-example', + language: 'TypeScript' } ], type: 'Example',