Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Aug 1, 2022
1 parent 40e2eca commit 8578466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/react
Submodule react added at 0c09e7
1 change: 0 additions & 1 deletion scripts/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const codeDir = path.resolve(__dirname, '../code');

// TODO -- how to encode this information
const renderersMap = { react: 'react', angular: 'angular' };
const isTSMap = { react: false, angular: true };

async function getOptions() {
return getOptionsOrPrompt('yarn example', {
Expand Down

0 comments on commit 8578466

Please sign in to comment.